Skip to content

Commit

Permalink
Merge pull request #18 from centre-for-microbiome-research/oldpwd_return
Browse files Browse the repository at this point in the history
cmr_bashrc_extras: Return to OLDPWD not $HOME.
  • Loading branch information
sternp committed Feb 23, 2024
2 parents e57d195 + ce26bbe commit 86c5360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmr_bashrc_extras.bash
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ case $- in *i*) echo "** cl5n013 disk usage (%): `cat /work/microbiome/cl5n013_d

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

0 comments on commit 86c5360

Please sign in to comment.