Browse Source

Add stack to PATH

Josh Bicking 7 years ago
parent
commit
3b4af73682
1 changed files with 3 additions and 0 deletions
  1. 3 0
      zshrc.local.arch

+ 3 - 0
zshrc.local.arch

@@ -12,6 +12,9 @@ export PATH=$HOME/bin:$PATH
 # clang in PATH
 export PATH=/usr/lib/ccache/bin/:$PATH
 
+# stack software in PATH
+export PATH=$HOME/.local/bin:$PATH
+
 # DOOM config
 alias doom='dosbox -conf .dosbox/dosbox-0.74-doom.conf'