Rename fish's functions

This commit is contained in:
adrien 2021-05-06 20:55:18 +02:00
parent 9fe5e3ab8c
commit a386af77cd
Signed by: adrien
GPG Key ID: 4F17BEA67707AC21
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
function clcache
function cache
/usr/bin/yay -Scc --noconfirm
/usr/bin/yay -Sc --noconfirm
/usr/bin/gem cleanup --silent

View File

@ -1,6 +1,7 @@
function clhistory
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