From 098b808a1af499ce0b07c97c5608dbe3554f0d86 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Thu, 19 Sep 2019 15:14:50 +0200 Subject: [PATCH] Alias v=vim --- bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashrc b/bashrc index 8e15257..281a690 100644 --- a/bashrc +++ b/bashrc @@ -92,6 +92,8 @@ alias l='ls -CF' # sleep 10; alert alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' +alias v=vim + # Alias definitions. # You may want to put all your additions into a separate file like # ~/.bash_aliases, instead of adding them here directly.