From 68650557971bb48232ecc0777e9a789f6ecf8104 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Wed, 13 Apr 2016 12:36:21 +0100 Subject: null --- Shell/bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Shell/bashrc') diff --git a/Shell/bashrc b/Shell/bashrc index fed088c..abe85a8 100644 --- a/Shell/bashrc +++ b/Shell/bashrc @@ -76,8 +76,8 @@ esac if [ -x /usr/bin/dircolors ]; then test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)" alias ls='ls --color=auto' - #alias dir='dir --color=auto' - #alias vdir='vdir --color=auto' + alias dir='dir --color=auto' + alias vdir='vdir --color=auto' alias grep='grep --color=auto' alias fgrep='fgrep --color=auto' -- cgit v1.2.3-54-g00ecf