mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-08 10:43:15 +08:00
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
|