Unverified Commit 31bf6217 authored by MalikSiraj's avatar MalikSiraj Committed by GitHub
Browse files

Disable prompt while update zsh after 13 days (#96)

* Update debian-config-jobs

Disable prompt while update zsh

* Update debian-config-jobs

moreover, I think https://github.com/robbyrussell/oh-my-zsh.git should be changed to https://github.com/ohmyzsh/ohmyzsh.git although he is the creator of this still we should use a public repository
parent faf99ab3
...@@ -916,6 +916,8 @@ unset selection ...@@ -916,6 +916,8 @@ unset selection
sed -i "/^export ZSH=.*/a export ZSH_CACHE_DIR=~\/.oh-my-zsh\/cache" /etc/skel/.zshrc sed -i "/^export ZSH=.*/a export ZSH_CACHE_DIR=~\/.oh-my-zsh\/cache" /etc/skel/.zshrc
# define theme # define theme
sed -i 's/^ZSH_THEME=.*/ZSH_THEME="risto"/' /etc/skel/.zshrc sed -i 's/^ZSH_THEME=.*/ZSH_THEME="risto"/' /etc/skel/.zshrc
# disable prompt while update
sed -i 's/# DISABLE_UPDATE_PROMPT="true"/DISABLE_UPDATE_PROMPT="true"/g' /etc/skel/.zshrc
# define default plugins # define default plugins
sed -i 's/^plugins=.*/plugins=(git git-extras debian tmux screen history extract colorize web-search docker)/' /etc/skel/.zshrc sed -i 's/^plugins=.*/plugins=(git git-extras debian tmux screen history extract colorize web-search docker)/' /etc/skel/.zshrc
# change shell for root # change shell for root
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment