diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-05 17:45:40 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-14 22:20:13 +0100 |
commit | 60f6d7717eb989fb53e18e5bc802455f9acef270 (patch) | |
tree | aa054bc63af55c58371f5a00187373e26ef57e85 | |
parent | c183abb413310d1d4e6ed83e2f4d0ac71e91a5e6 (diff) | |
download | dotfiles-60f6d7717eb989fb53e18e5bc802455f9acef270.tar.xz |
zsh/aliases: fix erronous indentation
-rw-r--r-- | zsh/aliases.zsh | 2 |
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") \ |