1
0
Fork 0

Add alias for goto and envs.sh

This commit is contained in:
xtex 2024-01-26 21:23:48 +08:00
parent 728d31d40f
commit 62ac141877
Signed by: xtex
GPG key ID: B918086ED8045B91

View file

@ -3,3 +3,9 @@ if status is-interactive
end
alias g=git
alias gt=goto
function 0file; curl -F"file=@$argv" https://envs.sh; end
function 0pb; curl -F"file=@-;" https://envs.sh; end
function 0url; curl -F"url=$argv" https://envs.sh; end
function 0short; curl -F"shorten=$argv" https://envs.sh; end