I run git-bash in windows Portably on a usb drive. Some of the time the drive letter is E and sometimes it is F.
up until recently it had always been F and I'd used aliases such as:
alias subl='"/f/Sublime Text Build 3047/sublime_text.exe"'
in my .bashrc file. Is there a way to find the drive letter and substitute it in so I end up with something like:
alias subl='"/DRIVELETTER/Sublime Text Build 3047/sublime_text.exe"'