1
Fork 0

Fix aliases path.

This commit is contained in:
Bauke 2022-05-11 22:55:18 +02:00
parent 19a1d476e6
commit 1219ae0ff8
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -9,7 +9,7 @@ export LOCAL_BIN="$HOME/.local/bin"
export PATH="$PATH:$CARGO_BIN"
export PATH="$PATH:$LOCAL_BIN"
source "$HOME/.zsh_aliases"
source "$HOME/.aliases.zsh"
eval "$(register-python-argcomplete pipx)"
eval "$(starship init zsh)"