8 lines
223 B
Fish
8 lines
223 B
Fish
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
|