Reddit
reddit.com › r/fishshell › how do i uninstall oh my fish? `omf destroy` does not work
r/fishshell on Reddit: How do I uninstall Oh My Fish? `omf destroy` does not work
September 16, 2023 -
I'm new to Fish Shell and I install Oh My Fish, but i think it may not be needed for me.
So i tried uninstalling with `omf destroy` but I get errors. Some of the output:
⋊> ~ omf destroy 22:45:47 fish: Unknown command: fish ~/.local/share/omf/pkg/omf/functions/core/omf.destroy.fish (line 3): fish "$OMF_PATH/bin/install" --uninstall "--path=$OMF_PATH" "--config=$OMF_CONFIG" ^~~^ in function 'omf.destroy'
here is screenshot:
Help?
GitHub
github.com › oh-my-fish › oh-my-fish
GitHub - oh-my-fish/oh-my-fish: The Fish Shell Framework · GitHub
Packages can use uninstall hooks, so custom cleanup of resources can be done when uninstalling it. See Uninstall for more information. Reload Oh My Fish and all plugins by using exec to replace current shell process with a brand new.
Starred by 11.4K users
Forked by 805 users
Languages Shell 99.9% | Dockerfile 0.1%
OMF uninstall overwrites fish.config
I just executed ./install --offline to fix a broken omf installation (broken in the sense that the update produced errors that might be on my side). Would you like to remove the existing installation? (y/N): y This will uninstall Oh My F... More on github.com
How to disable omf without uninstalling?
Sometimes I get annoyed waiting for the prompt to show up, I think that's happening becasue of the time it take to gather the git status for the prompt. As far I see all the themes include the ... More on github.com
as I uninstall?
I would like to know how to uninstall this, this rather than help me with something, it makes me slow my terminal 👎 More on github.com
Oh-my-fish installer fails due to not being able to find 'fish' ?
Are you sure you want to continue? (y/N): Y Uninstalling from /home/beerend/.local/share/omf... Uninstall complete Installing Oh My Fish to /home/beerend/.local/share/omf... Using release channel "stable". Cloning master from https://github.com/oh-my-fish/oh-my-fish.git... More on github.com
Videos
GitHub
raw.githubusercontent.com › oh-my-fish › oh-my-fish › master › bin › install
!/usr/bin/env fish Oh My Fish installer. See `install --help` for usage.
function uninstall_omf is_install_dir "$OMF_PATH" or abort "No installation detected at $OMF_PATH" say (set_color -o red 2> /dev/null)"This will uninstall Oh My Fish and all plugins and themes from $OMF_PATH."(set_color normal 2> /dev/null) # If we installed the bootstrap to the user's config, ...
GitHub
github.com › oh-my-fish › oh-my-fish › issues › 509
OMF uninstall overwrites fish.config · Issue #509 · oh-my-fish/oh-my-fish
May 9, 2017 - Would you like to remove the existing installation? (y/N): y This will uninstall Oh My Fish and all plugins and themes from /home/username/.local/share/omf. Your configuration will not be modified. You may need to remove Oh My Fish startup code from /home/username/.config/fish/config.fish.
Author oh-my-fish
Arch Linux Forums
bbs.archlinux.org › viewtopic.php
[SOLVED] How to disable omf/fish initialization message... / Applications & Desktop Environments / Arch Linux Forums
The first line looks like the output from `uname -s -n -r -m` and the second from `w`. If you had put those command into your fish rc file, you'd be aware of it, so the output likely comes from ohmyfish. Configure ohmyfish to you liking or preferably uninstall it and learn to set up your shell. ... But: by default this message reads something like "welcome to fish…", so it's likely modified by oh-my-fish.
Fish Shell
fishshell.com › docs › 2.0 › faq.html
How do I uninstall fish?
See documentation for more details about line editing in fish. Should you wish to uninstall fish, first ensure fish is not set as your shell.
GitHub
github.com › oh-my-fish › oh-my-fish › issues › 654
How to disable omf without uninstalling? · Issue #654 · oh-my-fish/oh-my-fish
November 6, 2018 - Sometimes I get annoyed waiting for the prompt to show up, I think that's happening becasue of the time it take to gather the git status for the prompt. As far I see all the themes include the git status in prompt, so I want to go switch back to regular fish prompt, but dont want to uninstall my omf configuration.
Author oh-my-fish
GitHub
github.com › oh-my-fish › oh-my-fish › blob › master › pkg › omf › templates › pkg › uninstall.fish
oh-my-fish/pkg/omf/templates/pkg/uninstall.fish at master · oh-my-fish/oh-my-fish
The Fish Shell Framework. Contribute to oh-my-fish/oh-my-fish development by creating an account on GitHub.
Author oh-my-fish
YouTube
youtube.com › coinnerd
How to Uninstall Fish Shell - YouTube
🎉 DM me on Twitter - https://twitter.com/chainguardian8Uninstall the fish shell real easyChange to another shell - chsh -s /bin/bashSee available shells - c...
Published July 23, 2021 Views 3K
GitHub
github.com › oh-my-fish › oh-my-fish › issues › 169
as I uninstall? · Issue #169 · oh-my-fish/oh-my-fish
November 9, 2015 - oh-my-fish / oh-my-fish Public · Notifications · You must be signed in to change notification settings · Fork 801 · Star 11.3k · New issueCopy link · New issueCopy link · Closed · Closed · as I uninstall? #169 · Copy link · magdeoz · opened · on Nov 9, 2015 ·
Author oh-my-fish
GitLab
gitlab.ucc.gu.uwa.edu.au › fish-shell › oh-my-fish › commits › cd0602aa
Guide to uninstall oh-my-fish #Closes #44 (cd0602aa) · Commits · fish-shell / oh-my-fish · GitLab
June 21, 2013 - Mirror of https://lab.oh-my.fish/oh-my-fish/oh-my-fish
GitHub
github.com › oh-my-fish › oh-my-fish › blob › master › pkg › omf › functions › packages › omf.packages.remove.fish
oh-my-fish/pkg/omf/functions/packages/omf.packages.remove.fish at master · oh-my-fish/oh-my-fish
if test -f $path/uninstall.fish · source $path/uninstall.fish 2> /dev/null · end · emit uninstall_$pkg · emit {$pkg}_uninstall · · if command rm -rf $path · omf.bundle.remove "package" $pkg · return 0 · else · return 1 ·
Author oh-my-fish
GitHub
github.com › oh-my-fish › oh-my-fish › blob › master › docs › cli › remove.adoc
oh-my-fish/docs/cli/remove.adoc at master · oh-my-fish/oh-my-fish
The Fish Shell Framework. Contribute to oh-my-fish/oh-my-fish development by creating an account on GitHub.
Author oh-my-fish
Docker Hub
hub.docker.com › r › ohmyfish › ohmyfish
ohmyfish/ohmyfish - Docker Image
Packages can use uninstall hooks, so custom cleanup of resources can be done when uninstalling it. See Uninstall for more information. Reload Oh My Fish and all plugins by using exec to replace current shell process with a brand new.
GitHub
github.com › oh-my-fish › oh-my-fish › issues › 518
Oh-my-fish installer fails due to not being able to find 'fish' ? · Issue #518 · oh-my-fish/oh-my-fish
May 29, 2017 - beerend@beerend-ThinkPad-T550 ~> curl -L https://get.oh-my.fish > install % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 194 100 194 0 0 132 0 0:00:01 0:00:01 --:--:-- 132 100 16622 100 16622 0 0 8759 0 0:00:01 0:00:01 --:--:-- 98355 beerend@beerend-ThinkPad-T550 ~> fish install --path=~/.local/share/omf --config=~/.config/omf Existing installation detected at /home/beerend/.local/share/omf Would you like to remove the existing installation? (y/N): Y This will uninstall Oh My Fish and all plugins and themes from /home/beerend/.local/share/omf.
Author oh-my-fish
GitHub
github.com › oh-my-fish › oh-my-fish › issues › 516
Installation failed, what happened? · Issue #516 · oh-my-fish/oh-my-fish
May 27, 2017 - zg@Zhengsus-MacBook-Pro ~/oh-my-fish> bin/install --offline Existing installation detected at /Users/zg/.local/share/omf Would you like to remove the existing installation? (y/N): y This will uninstall Oh My Fish and all plugins and themes from /Users/zg/.local/share/omf.
Author oh-my-fish