From 061989e5562d9c5b1f722a855c6e5a1f3160b861 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sun, 7 Nov 2021 10:34:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=BA=D0=BB=D1=8E=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=BB=D0=B0=D0=B3=D0=B8=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 35-options.zsh | 4 ---- 45-plugins.zsh | 6 +++++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/35-options.zsh b/35-options.zsh index 9e332c9..133a8c9 100644 --- a/35-options.zsh +++ b/35-options.zsh @@ -1,7 +1,3 @@ -# https://github.com/wting/autojump -# apt-get install autojump -[[ -s /usr/share/autojump/autojump.sh ]] && source /usr/share/autojump/autojump.sh - setopt AUTO_PUSHD # Push the current directory visited on the stack. setopt PUSHD_IGNORE_DUPS # Do not store duplicates in the stack. setopt PUSHD_SILENT # Do not print the directory stack after pushd or popd. diff --git a/45-plugins.zsh b/45-plugins.zsh index af221ad..8f39c64 100644 --- a/45-plugins.zsh +++ b/45-plugins.zsh @@ -26,10 +26,13 @@ if command -v peco > /dev/null 2>&1; then zgenom load jimeh/zsh-peco-history fi +zgenom ohmyzsh plugins/autojump zgenom ohmyzsh plugins/command-not-found -zgenom ohmyzsh plugins/systemadmin zgenom ohmyzsh plugins/common-aliases zgenom ohmyzsh plugins/debian +zgenom ohmyzsh plugins/isodate +zgenom ohmyzsh plugins/rsync +zgenom ohmyzsh plugins/systemadmin if command -v fzf > /dev/null 2>&1; then export DISABLE_FZF_KEY_BINDINGS=true zgenom ohmyzsh plugins/fzf @@ -38,6 +41,7 @@ if command -v fzf > /dev/null 2>&1; then [ -e /usr/share/doc/fzf/examples/completion.zsh ] && source /usr/share/doc/fzf/examples/completion.zsh fi if command -v git > /dev/null 2>&1; then + GIT_AUTO_FETCH_INTERVAL=3600 zgenom ohmyzsh plugins/git zgenom ohmyzsh plugins/git-auto-fetch zgenom ohmyzsh plugins/git-extras