aboutsummaryrefslogtreecommitdiff
path: root/Shell/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'Shell/bashrc')
-rw-r--r--Shell/bashrc4
1 files changed, 2 insertions, 2 deletions
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'