mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-22 10:39:57 +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
|
mkdir ~/.dotfiles/this-machine
|
||||||
touch ~/.dotfiles/this-machine/zsh
|
touch ~/.dotfiles/this-machine/zsh
|
||||||
touch ~/.dotfiles/this-machine/tmux.conf
|
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 private repo is available, add ssh config + hosts
|
||||||
if [ -d "$HOME/.jan" ]; then
|
if [ -d "$HOME/.jan" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user