Mercurial > ec-dotfiles
comparison rc/bashrc @ 711:0418663a0407
Fix htop function keys in screen/tmux
author | nanaya <me@nanaya.net> |
---|---|
date | Tue, 17 Oct 2023 17:00:14 +0900 |
parents | 81711bd8cac9 |
children | c1ad9cc00624 |
comparison
equal
deleted
inserted
replaced
710:81711bd8cac9 | 711:0418663a0407 |
---|---|
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 | 94 |
94 _has_gnu_ls= | 95 _has_gnu_ls= |
95 _has_gnu_grep= | 96 _has_gnu_grep= |
96 _ls="ls" | 97 _ls="ls" |
97 _grep="grep" | 98 _grep="grep" |