I have nulled .bash_history, which keeps the current shell history in memory, but never writes it anywhere, thus:
Code: Select all
pi$ ln -sf /dev/null ~/.bash_history
Code: Select all
pi$ mkdir ~/laptop_mnt
pi$ sshfs piuser@laptop: ./laptop_mnt
Code: Select all
pi$ ln -sf /dev/null ~/.bash_history
Code: Select all
pi$ mkdir ~/laptop_mnt
pi$ sshfs piuser@laptop: ./laptop_mnt