mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-09 04:06:32 +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
|