aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2021-10-31 09:04:52 -0400
committerRyan Kavanagh <rak@rak.ac>2021-10-31 09:04:52 -0400
commitd41a02190128c63ec0b70f3f088aa2fb78b93763 (patch)
treec168ed8e895ed3b7266b7b453e994e30effebe52 /.zshrc
parenthistory treatment in zsh (diff)
eol whitespaces...
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.zshrc b/.zshrc
index e9bcfe9..cc32373 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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