Use case:
- the
/home folder is a symlink to a /mnt/UserData/home folder (mounted from another disk)
- sometimes I access the folder doing
cd /home/username and sometimes doing cd /mnt/UserData/home/username
- mcfly is seeing them as 2 different folders and keeping separate command histories for both
Suggestion:
This is good in general, but in case of symlinks I suggest tracking history based on a path where symlink resolves into.
Use case:
/homefolder is a symlink to a/mnt/UserData/homefolder (mounted from another disk)cd /home/usernameand sometimes doingcd /mnt/UserData/home/usernameSuggestion:
This is good in general, but in case of symlinks I suggest tracking history based on a path where symlink resolves into.