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/ping.fish
Normal file
3
config/fish/functions/ping.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function ping --wraps=prettyping --description 'alias ping=prettyping'
|
||||
prettyping $argv;
|
||||
end
|
Reference in a new issue