summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/.profile b/.profile
index 4e5c8c4..33c53a8 100644
--- a/.profile
+++ b/.profile
@@ -30,6 +30,7 @@ case `id -u` in
*) PS1="${PS1}$ ";;
esac
-alias ls="ls -G"
+#alias ls="ls -G"
+alias ls="ls --color=auto"
alias xterm_="xterm -rv +sb -ls"
#alias scipy = "ipython -pylab"