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

8 lines
260 B
Fish

function garbage
/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
/usr/bin/cat /dev/null > ~/.cache/libvirt/virsh/history
end