oh-my-fish/pkg/omf/functions/core/omf.destroy.fish

8 lines
226 B
Fish
Raw Normal View History

function omf.destroy -d "Remove Oh My Fish"
# Run the uninstaller
fish "$OMF_PATH/bin/install" --uninstall "--path=$OMF_PATH" "--config=$OMF_CONFIG"
# Start a new OMF-free shell
set -q CI; or exec fish < /dev/tty
end