mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-03-09 04:15:12 +08:00

- Rename function "edan-remote" and "edan-local" to "edan-set-remote" and "edan-set-local". - Exchange order of "user" & "host" ( xiloºXiloMac => XiloMacˇxilo ) - Change git dirty mark icon ( [edan-update] ★ => [edan-update]× ) Before:  After: 
6 lines
103 B
Fish
6 lines
103 B
Fish
# Switch environment to "local" for edan.
|
|
|
|
function edan-set-local
|
|
set -U EDAN_HOST_TYPE "local"
|
|
end
|