chore: whitespace changes

This commit is contained in:
George Rawlinson 2021-07-08 16:52:07 +00:00
parent 9061406734
commit f3ae58d3eb
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
3 changed files with 20 additions and 12 deletions

View File

@ -1,4 +1,6 @@
#
# key bindings
#
# set emacs mode
bindkey -e

View File

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

View File

@ -1,3 +1,7 @@
#
# zsh-specific options
#
# general
setopt NO_BEEP # disable terminal beep
setopt MULTI_OS # pipe to multiple outputs