Skip to content

Commit 70847b3

Browse files
committed
Updated .bashrc alias 'st' to user calvin rather than req. manual editing
1 parent 568d485 commit 70847b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Servers/Zeus/.bashrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22

33
# User specific aliases and functions
4-
# Note: Change the <user> keyword of the last "st" command to your own username (without the "<" and ">)
54

65

76
# RMG-Py
@@ -37,5 +36,5 @@ alias t3code='cd $t3_path'
3736
alias runs='cd ~/runs'
3837
alias rmg='python-jl $rmgpy_path/rmg.py input.py > >(tee -a stdout.log) 2> >(tee -a stderr.log >&2)'
3938
alias sb='qsub submit.sh'
40-
alias st='qstat -u <user>'
39+
alias st='qstat -u $USER'
4140

0 commit comments

Comments
 (0)