1
0
mirror of https://github.com/akelge/vim synced 2025-07-07 07:19:06 +00:00

Light changes to prompt

files with .off extension are ignored
Disabled coreutils and dsFunctions on Darwin
This commit is contained in:
2013-01-04 16:02:29 +00:00
parent 01d2f341ef
commit 0923914a13
9 changed files with 27 additions and 13 deletions

View File

@ -1,3 +1,5 @@
setopt ALL_EXPORT
setopt ALWAYS_TO_END
setopt APPEND_HISTORY
setopt AUTONAMEDIRS
@ -12,13 +14,18 @@ setopt HIST_NO_STORE
setopt HIST_REDUCE_BLANKS
setopt LIST_TYPES
setopt LONG_LIST_JOBS
setopt no_BEEP
setopt no_HUP
setopt NOTIFY
setopt PATH_DIRS
setopt SHORT_LOOPS
setopt prompt_subst
setopt AUTO_CD
setopt AUTO_MENU
setopt no_MENU_COMPLETE
setopt AUTO_LIST
# vim: set ts=4 sw=4 tw=0 ft=zsh :