Really force fish

This commit is contained in:
2021-02-18 20:54:01 +01:00
parent aea5dd602b
commit 2d9809f553
4 changed files with 6 additions and 4 deletions

View File

@@ -5,7 +5,9 @@ sudo -n DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommend
USER=`whoami`
sudo -n chsh $USER -s $(which fish)
sudo -n chsh vscode -s $(which fish)
echo "exec $(which fish) -l" >> ~/.profile
echo "exec $(which fish) -l" >> ~/.bashrc
echo "exec $(which fish) -l" >> ~/.zshrc
echo "sv_SE.UTF-8 UTF-8" | sudo tee -a /etc/locale.gen
locale-gen