Skip to content

Commit

Permalink
cmr_bashrc_extras: Return to OLDPWD not $HOME.
Browse files Browse the repository at this point in the history
  • Loading branch information
wwood committed Feb 18, 2024
1 parent e57d195 commit 6ec8990
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/* . && echo $OLDPWD && cd $OLDPWD

0 comments on commit 6ec8990

Please sign in to comment.