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