Can we use $HOME or other environment variable in symbolic links?
I know about using relative paths ../../.config
but sometimes are to many ../
:) something like ~/.config
would be more comfortable, or use of $HOME.
Edit:
habbie's answer with psmears's comment is the answer, sorry my question was incomplete.
While (as other answers show) you can use environment variables when creating symbolic links (as with any shell command!), you can't actually have environment variable (or '~') references in the symlink itself