X-Git-Url: http://id.pley.net/dotfiles.git/blobdiff_plain/d9d5b8edda2039e05af41be50615206bbec56822..98aab03bace961139f1be01c3ce8a30298f87d3a:/zsh_login diff --git a/zsh_login b/zsh_login index b2d2987..8318680 100644 --- a/zsh_login +++ b/zsh_login @@ -29,12 +29,17 @@ __git_files () { } setopt PROMPT_SUBST -setopt INC_APPEND_HISTORY setopt SHARE_HISTORY setopt extended_glob +setopt AUTO_CD +setopt DVORAK PS1=$'%(?.😊.😡) %(1v.%1v .)%n@%m:%(3~,.../,)%2~> ' -PATH=~/bin:$PATH +PATH=~/bin:$PATH:~/homebrew/bin: + +if [[ -d ~/homebrew/bin ]]; then + PATH=$PATH:~/homebrew/bin +fi HISTFILE=~/.zsh_history HISTSIZE=5000 @@ -42,8 +47,15 @@ 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