diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-10-31 09:04:52 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-10-31 09:04:52 -0400 |
commit | d41a02190128c63ec0b70f3f088aa2fb78b93763 (patch) | |
tree | c168ed8e895ed3b7266b7b453e994e30effebe52 /.zshrc | |
parent | history treatment in zsh (diff) |
eol whitespaces...
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -367,7 +367,7 @@ ctand() { # For formating text files for a printer fmtpr() { - fmt --width=62 $@ | LC_ALL=C LANG=C pr -o 10 -W 62 -J -F -l 62 + fmt --width=62 $@ | LC_ALL=C LANG=C pr -o 10 -W 62 -J -F -l 62 } # Russian @@ -510,14 +510,14 @@ zstyle ':completion:*:cp:*' ignore-line yes zstyle ':completion:*:descriptions' format "%B---- %d%b" # Messages/warnings format. -zstyle ':completion:*:messages' format '%B%U---- %d%u%b' +zstyle ':completion:*:messages' format '%B%U---- %d%u%b' zstyle ':completion:*:warnings' format '%B%U---- no match for: %d%u%b' # Describe options in full. zstyle ':completion:*:options' description 'yes' zstyle ':completion:*:options' auto-description '%d' -# Simulate spider's old abbrev-expand 3.0.5 patch +# Simulate spider's old abbrev-expand 3.0.5 patch #zstyle ':completion:*:history-words' stop verbose #zstyle ':completion:*:history-words' remove-all-dups yes #zstyle ':completion:*:history-words' list false |