]> id.pley.net Git - dotfiles.git/blobdiff - zsh_login
Add homebrew path to zsh_login
[dotfiles.git] / zsh_login
index b2d298772e0c72e36c2f6c19bd98455f7ff685c4..8f4f2fb16518ed8d35a6a46f31546e605b196ab4 100644 (file)
--- a/zsh_login
+++ b/zsh_login
@@ -36,14 +36,25 @@ setopt extended_glob
 PS1=$'%(?.😊.😡)  %(1v.%1v .)%n@%m:%(3~,.../,)%2~> '
 PATH=~/bin:$PATH
 
+if [[ -d ~/homebrew/bin ]]; then
+       PATH=$PATH:~/homebrew/bin
+fi
+
 HISTFILE=~/.zsh_history
 HISTSIZE=5000
 SAVEHIST=1000
 WORDCHARS='*?_-.[]~&;!#$%^(){}<>'
 
 export MANPATH=~/man:$MANPATH
+
+if [[ -d ~/homebrew/share/man ]]; then
+       MANPATH=$MANPATH:~/homebrew/share/man
+fi
+
 export EDITOR=/usr/bin/vim
 export LSCOLORS=gxfxcxdxbxegedabagacad
 
+export CDPATH=~
+
 source ~/.dotfiles/zsh_aliases
 source ~/.dotfiles/zsh_webkit_login