Fix chsh zsh

This commit is contained in:
Jan Jastrow 2023-02-25 14:44:16 +01:00
parent 01c9afefb3
commit ac442761d7
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ ln -s ~/.dotfiles/tmux/tmux.conf ~/.tmux.conf
mkdir ~/.dotfiles/this-machine
touch ~/.dotfiles/this-machine/zsh
touch ~/.dotfiles/this-machine/tmux.conf
sudo chsh -s '$(which zsh)' "$USER"
sudo chsh -s "$(which zsh)" $USER
# If private repo is available, add ssh config + hosts
if [ -d "$HOME/.jan" ]; then