瀏覽代碼

shrc: add some setopt for zsh

pull/1/head
10sr 11 年之前
父節點
當前提交
3f683b2c4d
共有 1 個檔案被更改,包括 9 行新增0 行删除
  1. +9
    -0
      shrc

+ 9
- 0
shrc 查看文件

@@ -213,10 +213,14 @@ then
# supress cycle by tab
unsetopt auto_menu
# unsetopt correct
setopt complete_aliases
setopt auto_list
setopt bash_auto_list
setopt magic_equal_subst
setopt list_types
# what is the difference of these two?
setopt auto_param_slash
setopt mark_dirs
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
zstyle ':completion:*' format '%B%d%b'
zstyle ':completion:*' group-name ''
@@ -234,9 +238,14 @@ then
# prompt walters

setopt hist_ignore_dups
setopt hist_ignore_all_dups
setopt hist_save_no_dups
setopt share_history
setopt append_history

setopt prompt_subst

setopt interactive_comments
fi

######################


Loading…
取消
儲存