fixed privelages on tempzshrc
This commit is contained in:
parent
7222f2b93e
commit
b32328e5fa
@ -42,7 +42,7 @@ zsh_prompt() {
|
|||||||
# run option
|
# run option
|
||||||
if [[ ${zshOption,,} = "y" ]]; then
|
if [[ ${zshOption,,} = "y" ]]; then
|
||||||
# Create temporary zsh file
|
# Create temporary zsh file
|
||||||
touch ~/.tempzshrc
|
sudo -u $SUDO_USER touch ~/.tempzshrc
|
||||||
|
|
||||||
# set up the basics of zsh
|
# set up the basics of zsh
|
||||||
sh src/services/zsh/zsh.sh
|
sh src/services/zsh/zsh.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user