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
|
# key bindings
|
||||||
|
#
|
||||||
|
|
||||||
# set emacs mode
|
# set emacs mode
|
||||||
bindkey -e
|
bindkey -e
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
|
#
|
||||||
# completion configuration
|
# completion configuration
|
||||||
|
#
|
||||||
|
|
||||||
# have the menu highlight as we cycle through options
|
# have the menu highlight as we cycle through options
|
||||||
zstyle ':completion:*' menu select
|
zstyle ':completion:*' menu select
|
||||||
|
@ -18,7 +20,7 @@ setopt COMPLETE_ALIASES
|
||||||
# complete . and .. special directories
|
# complete . and .. special directories
|
||||||
zstyle ':completion:*' special-dirs true
|
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:*' use-cache 1
|
||||||
zstyle ':completion::complete:*' cache-path "${ZCACHEDIR}"
|
zstyle ':completion::complete:*' cache-path "${ZCACHEDIR}"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# zsh-specific options
|
||||||
|
#
|
||||||
|
|
||||||
# general
|
# general
|
||||||
setopt NO_BEEP # disable terminal beep
|
setopt NO_BEEP # disable terminal beep
|
||||||
setopt MULTI_OS # pipe to multiple outputs
|
setopt MULTI_OS # pipe to multiple outputs
|
||||||
|
|
Loading…
Reference in a new issue