comparison rc/bashrc @ 712:c1ad9cc00624

Disable htop mouse
author nanaya <me@nanaya.net>
date Thu, 19 Oct 2023 05:51:50 +0900
parents 0418663a0407
children 4f5b040a589c
comparison
equal deleted inserted replaced
711:0418663a0407 712:c1ad9cc00624
88 alias rd="rdesktop -g 1280x600 -K -a 15 -x m -z -P -r sound:off -r clipboard:CLIPBOARD -5" 88 alias rd="rdesktop -g 1280x600 -K -a 15 -x m -z -P -r sound:off -r clipboard:CLIPBOARD -5"
89 alias man="LANG=C LC_ALL=C LC_CTYPE=C man" 89 alias man="LANG=C LC_ALL=C LC_CTYPE=C man"
90 alias be="bundle exec" 90 alias be="bundle exec"
91 alias ll="ls -l" 91 alias ll="ls -l"
92 alias la="ls -A" 92 alias la="ls -A"
93 alias htop="TERM=xterm htop" 93 alias htop="TERM=xterm htop -M"
94 94
95 _has_gnu_ls= 95 _has_gnu_ls=
96 _has_gnu_grep= 96 _has_gnu_grep=
97 _ls="ls" 97 _ls="ls"
98 _grep="grep" 98 _grep="grep"