Browse Source

Updated alias file to check hostenv instead of host.

master
Daniel Sissom 5 years ago
parent
commit
5bfe9180cd
Signed by untrusted user who does not match committer: djsissom GPG Key ID: 2C30FFB796852389
1 changed files with 1 additions and 1 deletions
  1. + 1
    - 1
      sh/aliases

+ 1
- 1
sh/aliases

@ -75,7 +75,7 @@ if [ -x /usr/bin/dircolors ]; then
fi
# host-specific aliases
case "$host" in
case "$hostenv" in
( cluster )
alias open='gnome-open'
alias freenodes="pbsnodes | grep 'opteron' -A3 -B3 | grep 'state = free' -A2 -B1 | less"

Loading…
Cancel
Save