]> id.pley.net Git - dotfiles.git/blobdiff - zsh_login
Added git.apple.com setting. Added PERP_BUILD_PATH.
[dotfiles.git] / zsh_login
index 51a1b00d52caae466cb6f2c7d0a6a0490327eec5..459dfc814af2d87e4a23f6e3be82471e6fc1a77a 100644 (file)
--- a/zsh_login
+++ b/zsh_login
@@ -33,16 +33,19 @@ setopt INC_APPEND_HISTORY
 setopt SHARE_HISTORY
 setopt extended_glob
 
-PS1=$'\(zsh) %(?.%F{green}:-\)%f.%F{red}:-(%f) %(1v.%1v .)%n@%m:%(3~,.../,)%2~> '
+PS1=$'%(?.😊.😡)  %(1v.%1v .)%n@%m:%(3~,.../,)%2~> '
 PATH=~/bin:$PATH
 
 HISTFILE=~/.zsh_history
 HISTSIZE=5000
 SAVEHIST=1000
+WORDCHARS='*?_-.[]~&;!#$%^(){}<>'
 
 export MANPATH=~/man:$MANPATH
 export EDITOR=/usr/bin/vim
 export LSCOLORS=gxfxcxdxbxegedabagacad
 
+export CDPATH=~
+
 source ~/.dotfiles/zsh_aliases
 source ~/.dotfiles/zsh_webkit_login