Change shell to fish

This commit is contained in:
Manuel Thalmann 2023-05-27 23:40:52 +02:00
parent f85c286b35
commit 5ec3499626

View file

@ -19,6 +19,8 @@ yay --noconfirm -Syu \
zsh \
fish;
sudo chsh $USER "$(which fish)";
. "../Software/git/install.sh";
yay --noconfirm -Syu power-profiles-daemon;