dotfiles/.config/fish/functions/garbage.fish

8 lines
260 B
Fish
Raw Normal View History

2021-05-06 20:55:18 +02:00
function garbage
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
2021-05-06 20:55:18 +02:00
/usr/bin/cat /dev/null > ~/.cache/libvirt/virsh/history
2020-12-01 02:27:42 +01:00
end