My fish config
This commit is contained in:
3
functions/clean-portage.fish
Normal file
3
functions/clean-portage.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function clean-portage --wraps='sudo rm -rv /var/tmp/portage*' --wraps='sudo rm -rv /var/tmp/portage/*' --description 'alias clean-portage sudo rm -rv /var/tmp/portage/*'
|
||||
sudo rm -rv /var/tmp/portage/* $argv;
|
||||
end
|
||||
Reference in New Issue
Block a user