aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 494b93f..f44c660 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,5 +1,7 @@
ZSH_THEME="loek"
zstyle ':omz:update' mode reminder
+DISABLE_AUTO_UPDATE=true
+DISABLE_UPDATE_PROMPT=true
plugins=(
git
@@ -8,7 +10,7 @@ plugins=(
# oh-my-zsh
export ZSH="$HOME/.local/share/oh-my-zsh"
-source $ZSH/oh-my-zsh.sh
+source "$ZSH/oh-my-zsh.sh"
# shift-tab fix
bindkey '^[[Z' reverse-menu-complete
@@ -22,5 +24,5 @@ aliases[=]="noglob ="
alias 16="python3 -c 'import sys;print(f\"{int(sys.stdin.read().strip()):x}\")'"
# cleanup
-rm -rf ~/.xsession-errors ~/.xsession-errors.old ~/.zshrc.zwc ~/.lesshst ~/.lyrics ~/.android ~/.zcalc_history .git-credentials .node_repl_history .python_history
+fork rm -rf ~/.xsession-errors ~/.xsession-errors.old ~/.zshrc.zwc ~/.lesshst ~/.lyrics ~/.android ~/.zcalc_history .git-credentials .node_repl_history .python_history