chore: whitespace changes
This commit is contained in:
parent
9061406734
commit
f3ae58d3eb
3 changed files with 20 additions and 12 deletions
|
@ -1,4 +1,6 @@
|
|||
#
|
||||
# key bindings
|
||||
#
|
||||
|
||||
# set emacs mode
|
||||
bindkey -e
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#
|
||||
# completion configuration
|
||||
#
|
||||
|
||||
# have the menu highlight as we cycle through options
|
||||
zstyle ':completion:*' menu select
|
||||
|
@ -18,7 +20,7 @@ setopt COMPLETE_ALIASES
|
|||
# complete . and .. special directories
|
||||
zstyle ':completion:*' special-dirs true
|
||||
|
||||
# use caching so that commands like apt and dpkg complete are useable
|
||||
# enable caching so that commands like apt and dpkg are completeable
|
||||
zstyle ':completion::complete:*' use-cache 1
|
||||
zstyle ':completion::complete:*' cache-path "${ZCACHEDIR}"
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
#
|
||||
# zsh-specific options
|
||||
#
|
||||
|
||||
# general
|
||||
setopt NO_BEEP # disable terminal beep
|
||||
setopt MULTI_OS # pipe to multiple outputs
|
||||
|
|
Loading…
Reference in a new issue