Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
86a778fa
Commit
86a778fa
authored
Feb 02, 2020
by
Igor Pecovnik
Browse files
Tiny bugfix. Remove deprecated option
parent
c5ef5d68
Changes
1
Show whitespace changes
Inline
Side-by-side
debian-config-jobs
View file @
86a778fa
...
...
@@ -865,7 +865,7 @@ function jobs ()
chown
-R
${
CHOSEN_USER
}
:
${
CHOSEN_USER
}
/home/
${
CHOSEN_USER
}
/
{
.zshrc,.oh-my-zsh
}
fi
# add a cronjob to update oh-my-zsh once per month
(
crontab
-l
2>/dev/null
;
echo
"0 0 1 * * cd /etc/oh-my-zsh ; git
-q
pull origin master >/dev/null 2>/dev/null"
)
| crontab -
(
crontab
-l
2>/dev/null
;
echo
"0 0 1 * * cd /etc/oh-my-zsh ; git pull origin master >/dev/null 2>/dev/null"
)
| crontab -
dialog
--backtitle
"
$BACKTITLE
"
--title
"Info"
--colors
--msgbox
"
\n
Your default shell was switched to:
\Z
1ZSH
\Z
0
\n\n
Please logout & login from this session!"
9 47
fi
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment