chore(zsh): changed $HOME to ~ in ~/.zshenv
This commit is contained in:
parent
d9da85f4f0
commit
8487afafb9
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
|
export ZDOTDIR="$XDG_CONFIG_HOME"/zsh
|
||||||
source "$ZDOTDIR"/.zshenv
|
source "$ZDOTDIR"/.zshenv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue