zsh: Add ps1

This commit is contained in:
caem 2025-06-12 20:17:41 +02:00
parent 37fa71fde7
commit 585379ecbd
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 23 additions and 4 deletions

7
scripts/bootstrap vendored
View file

@ -18,5 +18,12 @@ sudo apt install -y \
sudo snap install --classic ghostty
sudo snap install --classic emacs
zsh_path="$(command -v zsh)"
if [ -x "$zsh_path" ]; then
sudo chsh "$USER" -s "$zsh_path"
else
echo "$zsh_path is not executable!"
fi
guix pull
guix install guile-lsp-server