dotfiles/.chezmoiscripts/run_once_after_00-change-shell-to-fish.sh
punkfairie 5d15e2c16b
Update tags
Change attributes of .chezmoiscripts/00-drapeau.py
Change attributes of .chezmoiscripts/once_00-chaotic-aur.sh
Change attributes of .chezmoiscripts/00-change-shell-to-fish.sh
2024-04-20 12:46:56 -07:00

5 lines
82 B
Bash

#!/bin/bash
if [ "$SHELL" != "$(which fish)" ]; then
chsh -s "$(which fish)"
fi