1
0
Files
dotfiles/.zshenv
2024-12-13 17:13:32 +01:00

7 lines
177 B
Bash

[ -f ~/zsh/aliases.sh ] && source ~/zsh/aliases.sh
[ -f ~/zsh/functions.sh ] && source ~/zsh/functions.sh
# Path
PATH+=":/home/anton/Rider/bin"
PATH+=":/home/anton/.cargo/bin"