punkfairie
5d15e2c16b
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
5 lines
82 B
Bash
5 lines
82 B
Bash
#!/bin/bash
|
|
|
|
if [ "$SHELL" != "$(which fish)" ]; then
|
|
chsh -s "$(which fish)"
|
|
fi
|