Fish config refactor
Move things into sub-files and sub-directories Add ensure_path function to make sure stuff doesn't get spammed multiple times into the PATH
This commit is contained in:
4
fish/functions/ip.fish
Normal file
4
fish/functions/ip.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
# Prints current public IP address
|
||||
function ip
|
||||
curl icanhazip.com
|
||||
end
|
||||
Reference in New Issue
Block a user