Rename fish's functions
This commit is contained in:
parent
9fe5e3ab8c
commit
a386af77cd
@ -1,4 +1,4 @@
|
|||||||
function clcache
|
function cache
|
||||||
/usr/bin/yay -Scc --noconfirm
|
/usr/bin/yay -Scc --noconfirm
|
||||||
/usr/bin/yay -Sc --noconfirm
|
/usr/bin/yay -Sc --noconfirm
|
||||||
/usr/bin/gem cleanup --silent
|
/usr/bin/gem cleanup --silent
|
@ -1,6 +1,7 @@
|
|||||||
function clhistory
|
function garbage
|
||||||
/usr/bin/cat /dev/null > ~/.cache/rofi-2.sshcache
|
/usr/bin/cat /dev/null > ~/.cache/rofi-2.sshcache
|
||||||
/usr/bin/cat /dev/null > ~/.python_history
|
/usr/bin/cat /dev/null > ~/.python_history
|
||||||
/usr/bin/cat /dev/null > ~/.bash_history
|
/usr/bin/cat /dev/null > ~/.bash_history
|
||||||
/usr/bin/cat /dev/null > ~/.ssh/known_hosts
|
/usr/bin/cat /dev/null > ~/.ssh/known_hosts
|
||||||
|
/usr/bin/cat /dev/null > ~/.cache/libvirt/virsh/history
|
||||||
end
|
end
|
Loading…
Reference in New Issue
Block a user