From 691ed29ba57ca9992ed3fad4238d9d1960999e39 Mon Sep 17 00:00:00 2001 From: Von Random Date: Sun, 24 Nov 2019 02:59:53 +0300 Subject: [PATCH] bashrc: some aliases --- bashrc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/bashrc b/bashrc index b51b8e2..93b1a81 100644 --- a/bashrc +++ b/bashrc @@ -28,16 +28,10 @@ unset ps_clr PROMPT_COMMAND=prompt_command # }}} # {{{ aliases -alias beep='printf "\007"' -alias cower='command cower -c' -alias fixterm='printf "c"' alias less='command less -R' -alias mysql='command mysql --sigint-ignore' -alias pacman='command pacman --color=auto' alias rgrep='command grep --exclude-dir=\.git -R' -alias ggrep='command git grep' alias tailf='command less -R +F' -alias diff='command diff --color' +alias vi='command vim' alias whence='command -v' # ls