Skip to content

Commit

Permalink
Create set_fish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiya-kume authored Apr 30, 2024
1 parent a46ae02 commit 696a0d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions command/set_fish.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 696a0d5

Please sign in to comment.