remove fisher and add sudo chsh (no password prompt)
This commit is contained in:
parent
a14f0b5806
commit
f11269d0f2
1 changed files with 1 additions and 2 deletions
|
@ -2,5 +2,4 @@
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install fish fzf -y
|
sudo apt install fish fzf -y
|
||||||
chezmoi apply --force
|
chezmoi apply --force
|
||||||
fisher update
|
sudo chsh -s $(which /usr/bin/fish) $(whoami)
|
||||||
chsh -s /usr/bin/fish
|
|
||||||
|
|
Loading…
Reference in a new issue