dotfiles/.config/fish/functions/cl.fish

8 lines
223 B
Fish
Raw Normal View History

2020-12-01 02:27:42 +01:00
function cl
/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
echo "Garbage cleared!"
end