From d16cb34779eab2b851d49e48276d3df26907d8f1 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Mon, 10 Apr 2023 18:40:41 +0200 Subject: [PATCH] simplified the update of omf --- fish/config.fish | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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