mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-21 18:19:56 +01:00
Fix chsh zsh
This commit is contained in:
parent
01c9afefb3
commit
ac442761d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user