mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-27 02:34:13 +08:00
Merge pull request #516 from fish-shell/fix-omf-remove
Current in use theme should not be deletable
This commit is contained in:
commit
d647f41bea
|
@ -1,5 +1,3 @@
|
||||||
function omf_list_installed_themes
|
function omf_list_installed_themes
|
||||||
for item in (basename $OMF_PATH/themes/*)
|
basename $OMF_PATH/themes/*
|
||||||
test $item = default; or echo $item
|
end
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user