mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
e237441a8b
Switch using `edan-remote` or `edan-local`
6 lines
99 B
Fish
6 lines
99 B
Fish
# Switch environment to "local" for edan.
|
|
|
|
function edan-local
|
|
set -U EDAN_HOST_TYPE "local"
|
|
end
|