소스 검색

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

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


불러오는 중...
취소
저장