quote
This commit is contained in:
parent
a841d57ab7
commit
1cdd637ff1
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
if [ ! -d ~/ohmyzsh ]; then
|
||||
if [ ! -d ~/.oh-my-zsh/ ]; then
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended --keep-zshrc
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
chsh -s $(which zsh)
|
||||
chsh -s "$(which zsh)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue