[zsh] changed $HOME to ~ in ~/.zshenv
This commit is contained in:
parent
b7d08b1f48
commit
4bc5ef2bdb
1 changed files with 1 additions and 1 deletions
2
.zshenv
2
.zshenv
|
@ -1,3 +1,3 @@
|
|||
export XDG_CONFIG_HOME="$HOME"/.config
|
||||
export XDG_CONFIG_HOME=~/.config
|
||||
export ZDOTDIR="$XDG_CONFIG_HOME"/zsh
|
||||
source "$ZDOTDIR"/.zshenv
|
||||
|
|
Loading…
Add table
Reference in a new issue