File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ autojump=/usr/share/autojump/autojump.zsh
22
22
23
23
# Main path list. Can be added to with ~/.zshrc.local
24
24
# export PATH=/usr/local/bin:/app/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/mit/bin:/sbin
25
- export R_LIBS_SITE=~ matsengrp/local/R-packages
25
+
26
+ [[ -s /home/matsengrp ]] && export R_LIBS_SITE=~ matsengrp/local/R-packages
26
27
export PATH=/usr/local/bin:$HOME /.linuxbrew/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/mit/bin:/sbin:/app/bin
27
28
28
29
# Local early bird overrides, modifications
@@ -103,6 +104,7 @@ alias seqconv='seqmagick convert'
103
104
alias seqinfo=' seqmagick info'
104
105
alias seqids=' seqmagick extract-ids'
105
106
alias ccat=' source-highlight -fesc -o STDOUT'
107
+ alias rtmc=' rtm -c'
106
108
107
109
LEIN_JAVA_CMD=/usr/local/bin/drip
108
110
You can’t perform that action at this time.
0 commit comments