Commit e03f7bf87875f31aac0616efdd97946b758b33bd
1 parent
3a8625057a
Exists in
master
and in
2 other branches
source $HOME/.zshrc
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
templates/zshrc.sh
... | ... | @@ -41,8 +41,8 @@ export HISTFILESIZE= |
41 | 41 | export HISTSIZE= |
42 | 42 | export HISTFILE=~/.history |
43 | 43 | |
44 | -source $ZSH/oh-my-zsh.sh | |
45 | -#source $HOME/.zshrc | |
44 | +#source $ZSH/oh-my-zsh.sh | |
45 | +source $HOME/.config/zsh-config/packages/oh-my-zsh/oh-my-zsh.sh | |
46 | 46 | |
47 | 47 | export ZSH=$ZCFG/packages/oh-my-zsh |
48 | 48 |