[zsh] ls on cd and zshenv fix

This commit is contained in:
Afonso Franco 2024-11-28 18:33:21 +00:00
parent c4ab75c313
commit c8ba56a524
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54
3 changed files with 17 additions and 2 deletions

View file

@ -1,2 +1,3 @@
export XDG_CONFIG_HOME="$HOME/.config"
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
export XDG_CONFIG_HOME="$HOME"/.config
export ZDOTDIR="$XDG_CONFIG_HOME"/zsh
source "$ZDOTDIR"/.zshenv