From 147cf42cb7e779d9e5995a178336bbfea913a271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Neumann?= Date: Tue, 29 May 2012 15:04:44 +0200 Subject: Force man to not use localized man-pages --- .zsh/zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.zsh/zshrc') 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}"' -- cgit v1.2.3