diff options
| author | David Kaufmann <astra@ionic.at> | 2018-09-03 15:01:05 +0200 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2018-09-03 15:01:05 +0200 |
| commit | 6c0fc8f08b11c149ce936acf7de609625a94dae5 (patch) | |
| tree | cd604e9b2b3aaf47eb747e2d5c676f1e9b0201eb | |
| parent | 3ca27b440c8c005dd9fb99ebcf40ca21aaad0fc1 (diff) | |
| download | config-6c0fc8f08b11c149ce936acf7de609625a94dae5.tar.gz | |
disable oh-my-zsh-autoupdate
| -rw-r--r-- | home/.zshrc | 8 |
1 files changed, 5 insertions, 3 deletions
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" |
