summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorbnewbold <bnewbold@ziggy.(none)>2009-12-23 08:46:50 -0500
committerbnewbold <bnewbold@ziggy.(none)>2009-12-23 08:46:50 -0500
commit506f27cf7b39aad88db48eba8c52c21b2f8b5307 (patch)
tree0635d3c695d89f4c784bfeb06f43b4ab3702cb64 /.profile
parent8424dd76135a1343fa6851c427e7a12e0e4265c9 (diff)
downloadopenwrt-repro-506f27cf7b39aad88db48eba8c52c21b2f8b5307.tar.gz
openwrt-repro-506f27cf7b39aad88db48eba8c52c21b2f8b5307.zip
updated ls alias for color, added GNOME desktop dirs
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"