1
0
mirror of https://github.com/DazAh/dotfiles synced 2026-05-21 18:25:46 +01:00

Include home dir bins

This commit is contained in:
DazAh
2021-01-15 21:50:30 +00:00
parent 136580ea16
commit d0250ad5a5
+1
View File
@@ -5,6 +5,7 @@
export PATH="$HOME/.cargo/bin:$PATH"
export PATH="$HOME/.dotnet:$PATH"
export PATH="$HOME/.poetry/bin:$PATH"
export PATH="$HOME/.local/bin:$PATH"
# Path to your oh-my-zsh installation.
export ZSH="/home/darren/.oh-my-zsh"