summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zsh/zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zsh/zshrc b/.zsh/zshrc
index 4898a4f..2d12639 100644
--- a/.zsh/zshrc
+++ b/.zsh/zshrc
@@ -24,6 +24,9 @@ alias ls='ls --color=auto'
alias ll='ls -l'
alias la='ls -a'
+# prevent man from using localized pages
+alias man='LANG= man'
+
# emerge stuff
alias AK='ACCEPT_KEYWORDS="~x86"'
alias NS='FEATURES="nostrip" CFLAGS="-O0 -ggdb -pipe -march=native" CXXFLAGS="${CFLAGS}"'