From 6c0fc8f08b11c149ce936acf7de609625a94dae5 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Mon, 3 Sep 2018 15:01:05 +0200 Subject: disable oh-my-zsh-autoupdate --- home/.zshrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'home') diff --git a/home/.zshrc b/home/.zshrc index a5c156a..e5dd18a 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -2,7 +2,7 @@ # export PATH=$HOME/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. -export ZSH=/home/astra/.oh-my-zsh +export ZSH=${HOME}/.oh-my-zsh # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-zsh is loaded. @@ -27,7 +27,7 @@ ZSH_THEME="obraun" # HYPHEN_INSENSITIVE="true" # Uncomment the following line to disable bi-weekly auto-update checks. -# DISABLE_AUTO_UPDATE="true" +DISABLE_AUTO_UPDATE="true" # Uncomment the following line to change how often to auto-update (in days). # export UPDATE_ZSH_DAYS=13 @@ -62,7 +62,7 @@ ZSH_THEME="obraun" # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. plugins=( - git mvn + git mvn tmux colored-man-pages fast-syntax-highlighting zsh-autosuggestions ) [ -d $ZSH ] && source $ZSH/oh-my-zsh.sh @@ -179,6 +179,8 @@ alias cp="cp -i" alias nano="nano -w" alias route6="route -Ainet6" alias cls='printf "\033c"' +alias ip='ip --color' +alias ipb='ip --color --brief' if main_node; then alias gnuplot="gnuplot -persist" -- cgit v1.2.3