aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/aliases.zsh
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-03-05 17:45:40 +0000
committerJohannes Löthberg <johannes@kyriasis.com>2015-04-14 22:20:13 +0100
commit60f6d7717eb989fb53e18e5bc802455f9acef270 (patch)
treeaa054bc63af55c58371f5a00187373e26ef57e85 /zsh/aliases.zsh
parentc183abb413310d1d4e6ed83e2f4d0ac71e91a5e6 (diff)
downloaddotfiles-60f6d7717eb989fb53e18e5bc802455f9acef270.tar.xz
zsh/aliases: fix erronous indentation
Diffstat (limited to 'zsh/aliases.zsh')
-rw-r--r--zsh/aliases.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh
index 990c175..8636a5d 100644
--- a/zsh/aliases.zsh
+++ b/zsh/aliases.zsh
@@ -31,7 +31,7 @@ sprfile() {
# Colored man
man() {
- env LESS_TERMCAP_mb=$(printf "\e[1;31m") \
+ env LESS_TERMCAP_mb=$(printf "\e[1;31m") \
LESS_TERMCAP_md=$(printf "\e[1;31m") \
LESS_TERMCAP_me=$(printf "\e[0m") \
LESS_TERMCAP_se=$(printf "\e[0m") \