Sfoglia il codice sorgente

shrc: add some setopt for zsh

pull/1/head
10sr 11 anni fa
parent
commit
3f683b2c4d
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. +9
    -0
      shrc

+ 9
- 0
shrc Vedi File

@@ -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

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


Caricamento…
Annulla
Salva