summaryrefslogtreecommitdiff
path: root/.zsh/zshrc
diff options
context:
space:
mode:
authorRené Neumann <rene.neumann@in.tum.de>2012-05-29 15:04:44 +0200
committerRené Neumann <rene.neumann@in.tum.de>2012-05-29 15:04:44 +0200
commit147cf42cb7e779d9e5995a178336bbfea913a271 (patch)
treec038b516e627c8ba9e02a56cd9d581c9120f1b2e /.zsh/zshrc
parentda169dcc83712c81c1630ef7c01d1af0b5f8bb9e (diff)
downloaddotfiles-147cf42cb7e779d9e5995a178336bbfea913a271.tar.gz
dotfiles-147cf42cb7e779d9e5995a178336bbfea913a271.tar.bz2
dotfiles-147cf42cb7e779d9e5995a178336bbfea913a271.zip
Force man to not use localized man-pages
Diffstat (limited to '.zsh/zshrc')
-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}"'