From 696a0d5d52a12c2ecbe1c8f81d39bf795d471fb6 Mon Sep 17 00:00:00 2001 From: "kuu(Fumiya Kume)" Date: Tue, 30 Apr 2024 12:07:41 +0900 Subject: [PATCH] Create set_fish.sh --- command/set_fish.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 command/set_fish.sh diff --git a/command/set_fish.sh b/command/set_fish.sh new file mode 100644 index 0000000..13a93ee --- /dev/null +++ b/command/set_fish.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +echo $(which fish) | sudo tee -a /etc/shells 2>&1 > /dev/null +sudo chsh -s /opt/homebrew/bin/fish > /dev/null