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
102 B
Fish
6 lines
102 B
Fish
# Switch environment to "remote" for edan.
|
|
|
|
function edan-remote
|
|
set -U EDAN_HOST_TYPE 'remote'
|
|
end
|