diff --git a/command/set_fish.sh b/command/set_fish.sh deleted file mode 100644 index 13a93ee..0000000 --- a/command/set_fish.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -echo $(which fish) | sudo tee -a /etc/shells 2>&1 > /dev/null -sudo chsh -s /opt/homebrew/bin/fish > /dev/null