Skip to content

Commit ce26bbe

Browse files
committed
cmr_bashrc_extras: Return to OLDPWD not $HOME.
1 parent e57d195 commit ce26bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmr_bashrc_extras.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ case $- in *i*) echo "** cl5n013 disk usage (%): `cat /work/microbiome/cl5n013_d
4949

5050
# Setup snakemake config directories so it interfaces well with the PBS system
5151
mkdir -p ~/.config/snakemake
52-
cd ~/.config/snakemake && ln -sf /work/microbiome/sw/hpc_scripts/snakemake_configs/* . && cd ~
52+
cd ~/.config/snakemake && ln -sf /work/microbiome/sw/hpc_scripts/snakemake_configs/* . && cd $OLDPWD

0 commit comments

Comments
 (0)