Fix fish existing with PID active for fasd
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
function de
|
||||
pushd ~/devel/elationemr/hippo
|
||||
pushd ~/devel/elationemr/hippo-local
|
||||
docker-compose $argv
|
||||
popd
|
||||
end
|
||||
|
||||
3
config/fish/functions/wanip.fish
Normal file
3
config/fish/functions/wanip.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function wanip
|
||||
dig +short myip.opendns.com @resolver1.opendns.com
|
||||
end
|
||||
Reference in New Issue
Block a user