zsh: Add ps1
This commit is contained in:
parent
37fa71fde7
commit
585379ecbd
2 changed files with 23 additions and 4 deletions
7
scripts/bootstrap
vendored
7
scripts/bootstrap
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue