.zshenv -> .zprofile
This commit is contained in:
parent
9c9251adc8
commit
df50cf1c62
@ -1,9 +1,8 @@
|
|||||||
source ~/.config/.env
|
export XDG_DATA_DIRS="$HOME/.nix-profile/share:/usr/local/share/:/usr/share/"
|
||||||
source ~/.config/.env.system
|
|
||||||
source ~/.config/.aliases
|
|
||||||
|
|
||||||
path+=("${HOME}/scripts")
|
path+=("${HOME}/scripts")
|
||||||
path+=("${HOME}/.local/bin")
|
path+=("${HOME}/.local/bin")
|
||||||
|
path+=("${HOME}/.cargo/bin")
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
eval `keychain --eval --quiet --agents ssh,gpg id_rsa`
|
eval `keychain --eval --quiet --agents ssh,gpg id_rsa`
|
||||||
@ -18,6 +18,10 @@ colors
|
|||||||
PROMPT="%{$fg_bold[yellow]%}%* %{$fg_bold[cyan]%}%d %(?.$fg_bold[green]✓.$fg_bold[red]%?)
|
PROMPT="%{$fg_bold[yellow]%}%* %{$fg_bold[cyan]%}%d %(?.$fg_bold[green]✓.$fg_bold[red]%?)
|
||||||
%(3L.$fg_bold[red]%L .)%{$fg_bold[yellow]%}%%%{$reset_color%} "
|
%(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
|
source $HOME/.config/zsh/key-bindings.zsh
|
||||||
|
|
||||||
bindkey "^[[H" beginning-of-line
|
bindkey "^[[H" beginning-of-line
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user