From e5e03369c18d695cd3af2024da9a63537b4a5483 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sun, 24 Feb 2019 11:48:31 +0100 Subject: [PATCH] Remove unused bash aliases --- dotfiles/.bashrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 0a4a963..532886a 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -87,7 +87,6 @@ bashrc_customize_aliases() { ls_dir_group="--group-directories-first" fi - alias g="git" alias ls="ls -hF --color=auto ${ls_dir_group}" alias la="ls -a" alias ll="ls -l" @@ -95,8 +94,6 @@ bashrc_customize_aliases() { alias grep="grep --color=auto"; alias egrep="egrep --color=auto"; alias fgrep="fgrep --color=auto"; - alias v="vim" - alias vi="vim" alias path='echo $PATH | tr -s ":" "\n"' alias mpath='echo $MANPATH | tr -s ":" "\n"' }