simplified the update of omf

This commit is contained in:
aminnairi
2023-04-10 18:43:58 +02:00
parent 413fbf970a
commit d16cb34779
+1 -3
View File
@@ -13,9 +13,7 @@ if status is-interactive
# Install OMF if it is not already # Install OMF if it is not already
if test ! -d ~/.local/share/omf if test ! -d ~/.local/share/omf
curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish curl -L https://get.oh-my.fish | fish
else
omf update
end end
# Alias for the cat command # Alias for the cat command