mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Added copying of current MANPATH to end of ~/.zshrc in installer.
This commit is contained in:
parent
541da0c9d1
commit
acca171163
1 changed files with 3 additions and 0 deletions
3
tools/install.sh
Executable file → Normal file
3
tools/install.sh
Executable file → Normal file
|
|
@ -21,6 +21,9 @@ cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
|
|||
echo "Copying your current PATH and adding it to the end of ~/.zshrc for you."
|
||||
echo "export PATH=$PATH" >> ~/.zshrc
|
||||
|
||||
echo "Copying your current MANPATH and adding it to the end of ~/.zshrc for you."
|
||||
echo "export MANPATH=$MANPATH" >> ~/.zshrc
|
||||
|
||||
echo "Time to change your default shell to zsh!"
|
||||
chsh -s "/usr/bin/env zsh"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue