.zshenv -> .zprofile
This commit is contained in:
8
zsh/.zprofile
Normal file
8
zsh/.zprofile
Normal 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`
|
||||
Reference in New Issue
Block a user