mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
simplified the update of omf
This commit is contained in:
+1
-3
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user