ccontavalli / ssh-ident

Different agents and different keys for different projects, with ssh.
Other
963 stars 71 forks source link

exporting path using ~ might not work on certain systems #38

Closed McKean closed 3 years ago

McKean commented 7 years ago

Hey there, thanks for this awesome tool, I struggled setting up the symbolic link and exporting my path using 'export PATH=~/bin:$PATH' instead I had to use $HOME/bin

just my two cents.

maddes-b commented 3 years ago

I agree using ${HOME} is more portable and not dependent on the shell functionality. Will change this in my fork at https://github.com/maddes-b/ssh-ident

McKean commented 3 years ago

It's been a while :)

maddes-b commented 2 years ago

Fork moved to https://github.com/ssh-ident/ssh-ident1