Revamp installer and dots
This commit is contained in:
parent
fc0a7a25ab
commit
34fb8a5fcb
76 changed files with 6240 additions and 2786 deletions
3
config/fish/functions/rm.fish
Normal file
3
config/fish/functions/rm.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function rm --description 'alias rm=rm -t'
|
||||
command rmtrash $argv;
|
||||
end
|
Reference in a new issue