1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-06-25 02:36:23 +02:00
dotfiles/zshrc

31 lines
559 B
Bash

# zmodload zsh/zprof
# https://github.com/sindresorhus/pure
autoload -U promptinit; promptinit
prompt pure
# CASE_SENSITIVE="true"
DISABLE_UPDATE_PROMPT="true"
DISABLE_AUTO_TITLE="true"
ENABLE_CORRECTION="true"
HIST_STAMPS="yyyy-mm-dd"
# https://carlosbecker.com/posts/speeding-up-zsh/
autoload -Uz compinit
for dump in ~/.zcompdump(N.mh+24); do
compinit
done
compinit -C
# Oh My Zsh
export ZSH="/Users/m/.oh-my-zsh"
ZSH_THEME=""
plugins=(git)
source $ZSH/oh-my-zsh.sh
# User configuration
source ~/.exports
source ~/.aliases
source ~/.private
# zprof