We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568d485 commit 70847b3Copy full SHA for 70847b3
Servers/Zeus/.bashrc
@@ -1,7 +1,6 @@
1
2
3
# User specific aliases and functions
4
-# Note: Change the <user> keyword of the last "st" command to your own username (without the "<" and ">)
5
6
7
# RMG-Py
@@ -37,5 +36,5 @@ alias t3code='cd $t3_path'
37
36
alias runs='cd ~/runs'
38
alias rmg='python-jl $rmgpy_path/rmg.py input.py > >(tee -a stdout.log) 2> >(tee -a stderr.log >&2)'
39
alias sb='qsub submit.sh'
40
-alias st='qstat -u <user>'
+alias st='qstat -u $USER'
41
0 commit comments