Skip to content

Instantly share code, notes, and snippets.

@fakuivan
Last active June 23, 2021 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fakuivan/639f28af3e0f7476b275df2bd20e764a to your computer and use it in GitHub Desktop.
Save fakuivan/639f28af3e0f7476b275df2bd20e764a to your computer and use it in GitHub Desktop.
Try to cd by swapping base by symlink
# Append this to your "~/.bashrc" file
if LINK="$(~/cdlink.sh ~/SeaDrive)"; then
cd "$LINK"
echo Changed base path to "${LINK@Q}"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment