Add .chezmoiscripts/change-shell-to-fish.sh
This commit is contained in:
parent
35d86eebe8
commit
b8abb227ef
1 changed files with 5 additions and 0 deletions
5
.chezmoiscripts/run_once_after_change-shell-to-fish.sh
Normal file
5
.chezmoiscripts/run_once_after_change-shell-to-fish.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ "$SHELL" != "$(which fish)" ]; then
|
||||
chsh -s "$(which fish)"
|
||||
fi
|
Loading…
Reference in a new issue