summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home/.zshrc8
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"