From 4a8208f0eef67e43cbf4c24fab2fa76e0510ef2c Mon Sep 17 00:00:00 2001 From: steveokard Date: Sun, 2 Jan 2022 00:14:16 -0500 Subject: [PATCH] fixed URL --- fish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish.sh b/fish.sh index 4cd82fb..dcd3623 100755 --- a/fish.sh +++ b/fish.sh @@ -6,7 +6,7 @@ sudo apt install git fish ln -s "$HOME/stevset/fish/omf" "$HOME/.config/" #download script -curl -L https://get.oh-my.fish | fish +curl -L https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/init.fish | fish #setup theme omf install bobthefish