mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-23 08:26:39 +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…
Reference in New Issue
Block a user