paths
This commit is contained in:
parent
eaf26cde62
commit
8bce45494c
3
.zshrc
3
.zshrc
@ -4,6 +4,7 @@
|
|||||||
autoload -U promptinit; promptinit
|
autoload -U promptinit; promptinit
|
||||||
PURE_GIT_DOWN_ARROW=↓
|
PURE_GIT_DOWN_ARROW=↓
|
||||||
PURE_GIT_UP_ARROW=↑
|
PURE_GIT_UP_ARROW=↑
|
||||||
|
fpath+=("$HOME/.zsh/pure")
|
||||||
prompt pure
|
prompt pure
|
||||||
|
|
||||||
CASE_SENSITIVE="true"
|
CASE_SENSITIVE="true"
|
||||||
@ -72,7 +73,7 @@ setopt prompt_subst
|
|||||||
source ~/.exports
|
source ~/.exports
|
||||||
source ~/.aliases
|
source ~/.aliases
|
||||||
source ~/.private
|
source ~/.private
|
||||||
source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
|
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
|
|
||||||
# zprof
|
# zprof
|
||||||
|
Loading…
Reference in New Issue
Block a user