mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-21 05:57:08 +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
|
||||
for item in (basename $OMF_PATH/themes/*)
|
||||
test $item = default; or echo $item
|
||||
end
|
||||
end
|
||||
basename $OMF_PATH/themes/*
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user