.zshenv -> .zprofile

This commit is contained in:
2021-03-28 11:54:28 +02:00
parent 9c9251adc8
commit df50cf1c62
2 changed files with 6 additions and 3 deletions

8
zsh/.zprofile Normal file
View File

@@ -0,0 +1,8 @@
export XDG_DATA_DIRS="$HOME/.nix-profile/share:/usr/local/share/:/usr/share/"
path+=("${HOME}/scripts")
path+=("${HOME}/.local/bin")
path+=("${HOME}/.cargo/bin")
export PATH
eval `keychain --eval --quiet --agents ssh,gpg id_rsa`