mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
create .zshrc_custom when install
This commit is contained in:
parent
26b3844dbd
commit
fab46943dd
1 changed files with 3 additions and 0 deletions
|
|
@ -131,6 +131,9 @@ export ZSH=\"$ZSH\"
|
|||
" ~/.zshrc > ~/.zshrc-omztemp
|
||||
mv -f ~/.zshrc-omztemp ~/.zshrc
|
||||
|
||||
# create ~/.zshrc_custom
|
||||
touch ~/.zshrc_custom
|
||||
|
||||
echo
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue