diff --git a/fish/config.fish b/fish/config.fish index 22b7980..8b52443 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -13,9 +13,7 @@ if status is-interactive # Install OMF if it is not already if test ! -d ~/.local/share/omf - curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish - else - omf update + curl -L https://get.oh-my.fish | fish end # Alias for the cat command