set defaults, set defaults PS1 (temp)

This commit is contained in:
Nick Nisi
2012-04-30 23:40:24 -05:00
parent e387343082
commit eb096ce4bf
2 changed files with 28 additions and 0 deletions

0
set-defaults.sh Normal file
View File

28
zsh/config.zsh Normal file
View File

@@ -0,0 +1,28 @@
# make terminal command navigation sane again
bindkey '^[^[[D' backward-word
bindkey '^[^[[C' forward-word
bindkey '^[[5D' beginning-of-line
bindkey '^[[5C' end-of-line
bindkey '^[[3~' delete-char
bindkey '^[^N' newtab
bindkey '^?' backward-delete-char
setopt NO_BG_NICE
setopt NO_HUP
setopt NO_LIST_BEEP
setopt LOCAL_OPTIONS
setopt LOCAL_TRAPS
setopt IGNORE_EOF
setopt PROMPT_SUBST
# history
setopt HIST_VERIFY
setopt EXTENDED_HISTORY
setopt HIST_REDUCE_BLANKS
setopt HIST_IGNORE_ALL_DUPS
setopt INC_APPEND_HISTORY SHARE_HISTORY
setopt APPEND_HISTORY
setopt COMPLETE_ALIASES
export PS1='%3~ ☠ '