Fish: Rename ip to pubip

It was conflicting with linux "ip" command
This commit is contained in:
2020-06-14 11:27:25 -07:00
parent cf43b3b192
commit cb0efd24d5

View File

@@ -1,4 +1,4 @@
# Prints current public IP address # Prints current public IP address
function ip function pubip
curl icanhazip.com curl icanhazip.com
end end