Really force fish
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user