Compare commits

..

No commits in common. "ca047bfe97e45be02e8e109e1d2d3207e6829871" and "e8c52175b64e2aeffa594e53f61a4b4df73eb2fa" have entirely different histories.

2 changed files with 5 additions and 7 deletions

View file

@ -8,8 +8,6 @@ zstyle ':completion:*' menu select
zstyle ':completion:*' group-name ''
# Keep directories and files separated
zstyle ':completion:*' list-dirs-first true
# Expand '//' to '/'
zstyle ':completion:*' squeeze-slashes true
# Add colors to processes for kill completion
zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#)*=0=01;31'

View file

@ -1,13 +1,13 @@
# Show an error when a globbing expansion doesn't find any match
setopt nomatch
# List on ambiguous completion and Insert first match immediately
setopt auto_list menu_complete
setopt autolist menucomplete
# Use pushd when cd-ing around
setopt auto_pushd pushd_minus pushd_silent
setopt autopushd pushdminus pushdsilent
# Use single quotes in string without the weird escape tricks
setopt rc_quotes
setopt rcquotes
# Single word commands can resume an existing job
setopt auto_resume
setopt autoresume
# Show history expansion before running a command
setopt hist_verify
# Append commands to history as they are exectuted
@ -15,4 +15,4 @@ setopt inc_append_history_time
# Remove useless whitespace from commands
setopt hist_reduce_blanks
# Those options aren't wanted
unsetopt beep extended_glob notify
unsetopt beep extendedglob notify