diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-04-13 12:36:21 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-04-13 12:36:21 +0100 |
commit | 68650557971bb48232ecc0777e9a789f6ecf8104 (patch) | |
tree | 25255ab2ed5629855201d17cb8710bfe6bf718b8 /Shell/bashrc | |
parent | 704948f95211033881e1b80acc03c9c9dff84e71 (diff) | |
download | dotfiles-68650557971bb48232ecc0777e9a789f6ecf8104.tar.gz dotfiles-68650557971bb48232ecc0777e9a789f6ecf8104.tar.bz2 dotfiles-68650557971bb48232ecc0777e9a789f6ecf8104.zip |
null
Diffstat (limited to 'Shell/bashrc')
-rw-r--r-- | Shell/bashrc | 4 |
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' |