comparison .bash_aliases @ 30:ca6c77fe843b

* Whitespace (ugh) * Test for presence of directories before adding them to paths * Update Intel compilers to 11.0
author huston@80426f53-59d1-405d-934b-f07cd76f4a1a
date Mon, 01 Feb 2010 19:33:19 +0000
parents e14a0b4fab30
children f59f847377d7
comparison
equal deleted inserted replaced
29:b6e22d12945b 30:ca6c77fe843b
2 2
3 # Aliases are read from this file; no real reason to separate them out except 3 # Aliases are read from this file; no real reason to separate them out except
4 # for readability. 4 # for readability.
5 5
6 case `uname` in 6 case `uname` in
7 Darwin) 7 Darwin)
8 # DARWIN is used for the SSHFS mounts below 8 # DARWIN is used for the SSHFS mounts below
9 DARWIN="yes" 9 DARWIN="yes"
10 alias ls='ls -FG' 10 alias ls='ls -FG'
11 ;; 11 ;;
12 12
13 Linux) 13 Linux)
14 alias ls='ls --color=auto -F' 14 alias ls='ls --color=auto -F'
15 ;; 15 ;;
16 esac 16 esac
17 17
18 # SSH aliases 18 # SSH aliases
19 alias dh='ssh srhuston.net' 19 alias dh='ssh srhuston.net'
20 alias dvra='ssh dvra@laurel.dreamhost.com' 20 alias dvra='ssh dvra@laurel.dreamhost.com'