Add several aliases to zshenv and update PATH

This commit is contained in:
2021-05-18 11:54:23 +02:00
parent 9fa771baf9
commit 136ad10325
2 changed files with 3 additions and 0 deletions

1
.zshrc
View File

@@ -18,6 +18,7 @@ export PATH=$PATH:$GOPATH/bin
export PATH="$HOME/.cargo/bin:$PATH"
export PATH="$HOME/.poetry/bin:$PATH"
export PATH=$PATH:~/.local/bin
export PATH=/usr/local/bin/:$PATH
# history
HISTFILE=~/.zhistory