dotfiles/.config/fish/functions/clhistory.fish

7 lines
205 B
Fish
Raw Normal View History

function clhistory
2020-12-01 02:27:42 +01:00
/usr/bin/cat /dev/null > ~/.cache/rofi-2.sshcache
/usr/bin/cat /dev/null > ~/.python_history
/usr/bin/cat /dev/null > ~/.bash_history
/usr/bin/cat /dev/null > ~/.ssh/known_hosts
end