Skip to content

Instantly share code, notes, and snippets.

@suiluj
Created May 10, 2023 08:43
Show Gist options
  • Save suiluj/8a62696cecced19859d52a3e6233a30a to your computer and use it in GitHub Desktop.
Save suiluj/8a62696cecced19859d52a3e6233a30a to your computer and use it in GitHub Desktop.
links ln home dir

write links to different subfolders which i use often

example:

ln -s ../git/mercedes/github-enterprise/onboard-distributed-tracing/ onboard-distributed-tracing

then its possible to just

# home dir
cd

# move to linked dir

cd links/onboard-distributed-tracing

links subfolder is better because you doe not clutter your home dir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment