From 36948b3873df06b99c462b7b02e97880ae30cf6d Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 18 Sep 2021 12:35:41 -0400 Subject: [PATCH] [-] Remove fish installation because it's not compatible --- fastinstall.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/fastinstall.sh b/fastinstall.sh index 1a57d30..452f165 100644 --- a/fastinstall.sh +++ b/fastinstall.sh @@ -19,12 +19,6 @@ addline() { addline .zshrc 'SCR="$HOME/zshrc/scripts"' addline .zshrc '. $SCR/zshrc.sh' -# Check fish -fish=".config/fish/config.fish" -if [ -d $fish ]; then - echo 'source $HOME/.zshrc; clear;' > $fish -fi - # Source file . .zshrc