bashrc: get rid of some aliases; zshrc, vimrc, vimplugrc, tmux, tigrc, xresources: some cosmetics
This commit is contained in:
parent
d1bcefc022
commit
adcae32ff8
7 changed files with 64 additions and 34 deletions
4
bashrc
4
bashrc
|
@ -35,7 +35,6 @@ less() { command less -R "$@"; }
|
|||
tailf() { command less -R +F "$@"; }
|
||||
rgrep() { command grep --exclude-dir=\.git -R "$@"; }
|
||||
whence() { command -v "$@"; }
|
||||
vi() { command vim "$@"; }
|
||||
|
||||
# ls
|
||||
ls() { command ls --color=auto --group-directories-first "$@"; }
|
||||
|
@ -60,9 +59,6 @@ sush() { command sudo -Es; }
|
|||
# vim
|
||||
vi() { command vim "$@"; }
|
||||
|
||||
# termcompat
|
||||
s() { "$(command -v termcompat||return 0)" ssh "$@"; }
|
||||
|
||||
# }}}
|
||||
# {{{ plugins and traps
|
||||
# bash-completion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue