Mercurial > ec-dotfiles
changeset 593:6114dccd8b75
BETTER MAN
author | nanaya <me@myconan.net> |
---|---|
date | Mon, 23 Jan 2017 16:21:07 +0900 |
parents | 902e74024e54 |
children | fb8bb030a573 |
files | rc/bashrc |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/rc/bashrc Tue Nov 08 17:09:49 2016 +0900 +++ b/rc/bashrc Mon Jan 23 16:21:07 2017 +0900 @@ -83,7 +83,7 @@ alias ls="ls -F" alias rd="rdesktop -g 1280x600 -K -a 15 -x m -z -P -r sound:off -r clipboard:CLIPBOARD -5" -alias man="LANG=C man" +alias man="LANG=C LC_ALL=C LC_CTYPE=C man" alias be="bundle exec" alias ll="ls -l" alias la="ls -A" @@ -138,8 +138,6 @@ fi ;; FreeBSD) - # Invalid characters when using en_US.UTF-8. - alias man="man -o" # Multi CPU awesomeness. alias top="top -P" # FreeBSD grep is GNU grep