zsh: Use HOME for paths instead of ~
This commit is contained in:
parent
3698bde8f5
commit
feecb0bb0b
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
export DOTFILES=$HOME/.dotfiles
|
||||
|
||||
# Load zsh-snap (znap) plugin manager
|
||||
zstyle ':znap:*' repos-dir ~/.znap
|
||||
source ~/.znap/znap/znap.zsh
|
||||
zstyle ':znap:*' repos-dir $HOME/.znap
|
||||
source $HOME/.znap/znap/znap.zsh
|
||||
|
||||
# shell options
|
||||
setopt correct # Auto correct mistakes
|
||||
|
|
Loading…
Add table
Reference in a new issue