fedora
This commit is contained in:
parent
c4beba774d
commit
a42e94adbb
1 changed files with 1 additions and 1 deletions
|
@ -22,4 +22,4 @@ fi &&
|
||||||
if ! test -d .config/zsh/ohmyzsh; then
|
if ! test -d .config/zsh/ohmyzsh; then
|
||||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||||
fi &&
|
fi &&
|
||||||
sudo chsh -s /bin/zsh $USER
|
sudo usermod -s /bin/zsh $USER
|
||||||
|
|
Loading…
Add table
Reference in a new issue