mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-12-02 22:13:47 +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
|