fix
This commit is contained in:
parent
09b105162f
commit
d7eefaecdf
@ -106,7 +106,7 @@ configure_zsh() {
|
||||
local line_number=$(grep -n "source \$ZSH/oh-my-zsh.sh" .zshrc | cut -d : -f 1)
|
||||
sed -i "${line_number}i source ~/.oh-my-zsh/custom/00-init.zsh\n" .zshrc
|
||||
fi
|
||||
echo "\nsource ~/.zsh_user" | sudo tee -a ~/.zshrc >/dev/null
|
||||
echo -e "\nsource ~/.zsh_user" | sudo tee -a ~/.zshrc >/dev/null
|
||||
|
||||
cp $scriptdir/files/zsh/.zsh_user ~/.zsh_user
|
||||
cp $scriptdir/files/zsh/00-init.zsh ~/.oh-my-zsh/custom/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user