Parcourir la source

[zsh] Add home bin file to config

Colin Powell il y a 1 an
Parent
commit
6f5485b9dc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      zsh/.zshrc

+ 1 - 1
zsh/.zshrc

@@ -1,5 +1,5 @@
 # If you come from bash you might have to change your $PATH.
-# export PATH=$HOME/bin:/usr/local/bin:$PATH
+export PATH=$HOME/.bin:/usr/local/bin:$PATH
 
 export ZSH="$HOME/.oh-my-zsh"