From ac6c2cc596578f1f873b2853c0386d4a961d11bb Mon Sep 17 00:00:00 2001 From: acid Date: Fri, 29 Oct 2021 12:10:27 +0000 Subject: [PATCH] trial of fix for shell install --- .config/install-scripts/002-shell.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.config/install-scripts/002-shell.sh b/.config/install-scripts/002-shell.sh index 80ccd15..28d00fb 100755 --- a/.config/install-scripts/002-shell.sh +++ b/.config/install-scripts/002-shell.sh @@ -10,8 +10,7 @@ if [[ ! -f "/usr/bin/fish" ]]; then fi chsh -s /usr/bin/fish -/usr/bin/fish -curl -L https://get.oh-my.fish | fish -omf install cbjohnson -omf theme cbjohnson -omf install bass +curl -L https://get.oh-my.fish | /usr/bin/fish +/usr/bin/fish omf install cbjohnson +/usr/bin/fish omf theme cbjohnson +/usr/bin/fish omf install bass