diff options
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |