Browse Source

added ~/bin to path

Josh Bicking 7 years ago
parent
commit
37b7defdb1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      zshrc.local.server

+ 2 - 0
zshrc.local.server

@@ -3,3 +3,5 @@ alias update='sudo apt-get update && sudo apt-get dist-upgrade'
 alias clean='sudo apt-get clean'
 
 alias zork='sudo ttyecho -n /dev/tty7'
+
+export PATH=$PATH:$HOME/bin