correct shell change and message at the end
This commit is contained in:
parent
9fb14f4c98
commit
d68b7b4c48
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,7 @@ sudo apt update
|
|||
# Installe fish, fzf (pour le ^R), bat (pour colorer les `man`), procps (pour SSH), curl (pour télécharger le script du ^R)
|
||||
sudo apt install fish fzf bat procps curl -y
|
||||
# Définie fish command shell par défaut
|
||||
sudo chsh -s /usr/bin/fish
|
||||
sudo chsh -s /usr/bin/fish $USER
|
||||
# Retire le motd
|
||||
fish -c 'set -U fish_greeting'
|
||||
# Installe le ^R (recherche inversée)
|
||||
|
@ -19,3 +19,5 @@ rm $HOME/.ssh/config 2>/dev/null; wget https://git.kennel.ml/Anri/myLinuxConfigu
|
|||
rm $HOME/.config/fish/config.fish 2>/dev/null; wget https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/.config/fish/config.fish -P $HOME/.config/fish/
|
||||
# Met à jour mon prompt personalisée Fish
|
||||
rm $HOME/.config/fish/functions/fish_prompt.fish 2>/dev/null; wget https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/.config/fish/functions/fish_prompt.fish -P $HOME/.config/fish/functions/
|
||||
|
||||
echo "You must log out to finish applying the changes."
|
Reference in a new issue