.zshenv -> .zprofile

This commit is contained in:
Václav Uruba 2021-03-28 11:54:28 +02:00
parent 9c9251adc8
commit df50cf1c62
Signed by: uruba
GPG Key ID: 0059B34D61727BB0
2 changed files with 6 additions and 3 deletions

View File

@ -1,9 +1,8 @@
source ~/.config/.env
source ~/.config/.env.system
source ~/.config/.aliases
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`

View File

@ -18,6 +18,10 @@ colors
PROMPT="%{$fg_bold[yellow]%}%* %{$fg_bold[cyan]%}%d %(?.$fg_bold[green]✓.$fg_bold[red]%?)
%(3L.$fg_bold[red]%L .)%{$fg_bold[yellow]%}%%%{$reset_color%} "
source ~/.config/.env
source ~/.config/.env.system
source ~/.config/.aliases
source $HOME/.config/zsh/key-bindings.zsh
bindkey "^[[H" beginning-of-line