mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
fix >> error
This commit is contained in:
parent
47489675e3
commit
fe3fc94525
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ export PATH=\"$PATH\"
|
||||||
" ~/.zshrc
|
" ~/.zshrc
|
||||||
|
|
||||||
echo "\033[0;34mTime to change your default shell to zsh!\033[0m"
|
echo "\033[0;34mTime to change your default shell to zsh!\033[0m"
|
||||||
sudo echo "auth sufficient pam_wheel.so trust group=wheel" >> /etc/pam.d/chsh #allows users in group "wheel" to chsh without password
|
sudo bash -c "echo "auth sufficient pam_wheel.so trust group=wheel" >> /etc/pam.d/chsh" #allows users in group "wheel" to chsh without password
|
||||||
chsh -s `which zsh`
|
chsh -s `which zsh`
|
||||||
|
|
||||||
echo "\033[0;32m"' __ __ '"\033[0m"
|
echo "\033[0;32m"' __ __ '"\033[0m"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue