1
0
Fork 0

bashrc: get rid of some aliases; zshrc, vimrc, vimplugrc, tmux, tigrc, xresources: some cosmetics

This commit is contained in:
Von Random 2021-10-06 18:03:04 +03:00
parent d1bcefc022
commit adcae32ff8
7 changed files with 64 additions and 34 deletions

4
bashrc
View file

@ -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