mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
f982470b1a
- 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: ![Screenshot of theme Edan](https://cloud.githubusercontent.com/assets/215282/5837282/b02c0e5c-a1b8-11e4-914f-f4f05e99880a.png) After: ![Screenshot of theme Edan](https://cloud.githubusercontent.com/assets/215282/6199938/f67e6a54-b49a-11e4-800b-587a638cfb86.png)
6 lines
106 B
Fish
6 lines
106 B
Fish
# Switch environment to "remote" for edan.
|
|
|
|
function edan-set-remote
|
|
set -U EDAN_HOST_TYPE 'remote'
|
|
end
|