root/env/.linuxrc

Revision 3, 178 bytes (checked in by devja..@anarkystic.com, 1 year ago)

sendin the env down the rivarr

Line 
1 export MAIL=$HOME/.Maildir
2 #colors for ls
3 if [ -x "/usr/bin/dircolors" ] && [ -f "$HOME/.dir_colors" ]; then
4     eval `dircolors -b ~/.dir_colors`
5 fi
6 alias ls="ls --color=auto"
7
Note: See TracBrowser for help on using the browser.