more zsh config updates

This commit is contained in:
Nick Nisi
2012-07-03 10:06:10 -05:00
parent 7ef38eba7c
commit 8fb777898e
2 changed files with 5 additions and 5 deletions

View File

@@ -6,19 +6,21 @@ setopt LOCAL_TRAPS
#setopt IGNORE_EOF
setopt PROMPT_SUBST
HISTFILE=~/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
# history
setopt HIST_VERIFY
setopt EXTENDED_HISTORY
setopt HIST_REDUCE_BLANKS
setopt SHARE_HISTORY
setopt HIST_IGNORE_ALL_DUPS
setopt INC_APPEND_HISTORY SHARE_HISTORY
setopt APPEND_HISTORY
setopt COMPLETE_ALIASES
#export PS1='%3~ ☠ '
#export PS1='%3~$(git_info_for_prompt) ☠ '
# make terminal command navigation sane again
bindkey '^[^[[D' backward-word
bindkey '^[^[[C' forward-word

View File

@@ -1,7 +1,5 @@
export ZSH=$HOME/.dotfiles
export PROJECTS=~/projects
if [[ -d ~/gitprojects ]]; then
export PROJECTS=~/gitprojects
else