From 32c6947516261ca858891801e2ce0ef1ab6ed44f Mon Sep 17 00:00:00 2001 From: Lazare Olivry Date: Thu, 11 Apr 2019 10:15:23 +0200 Subject: [PATCH] add ip color, alias cantine, kubernetes completion --- zshrc | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/zshrc b/zshrc index ac2a5be..179eef5 100644 --- a/zshrc +++ b/zshrc @@ -61,8 +61,17 @@ colors # Check for system updates inthe background (check_sys_update&) 2> /dev/null -### TODO WHERE ARE THE ALIASES +# Configuration for kubectl & helm +#if [ $commands[kubectl] ]; then + source <(kubectl completion zsh) +#fi +export TILLER_NAMESPACE=gitlab-ci +#if [ $commands[helm] ]; then + source <(helm completion zsh) +#fi + +### TODO WHERE ARE THE ALIASES ########### # Aliases # ########### @@ -80,8 +89,8 @@ alias grep="grep --color" #alias ssh='ssh -A' # alias -s txt=cat alias rm='rm -I' -alias ipa='ip route && echo && ip address' -alias ipr='ip address && echo && ip route' +alias ipa='ip -c route && echo && ip -c address' +alias ipr='ip -c address && echo && ip -c route' alias which='which -a' # Le fameux cd ...etc alias -g ...='../..' @@ -103,7 +112,7 @@ alias ytmp3='youtube-dl -x --audio-format mp3 --no-playlist -o "%(title)s.%(ext) alias zbarcam='LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so zbarcam' alias gitprunelocal="git branch -r | awk '{print $1}' | egrep -v -f /dev/fd/0 <(git branch -vv | grep origin) | awk '{print $1}' | xargs git branch -d" alias gitprunelocalforce="git branch -r | awk '{print $1}' | egrep -v -f /dev/fd/0 <(git branch -vv | grep origin) | awk '{print $1}' | xargs git branch -D" -alias cantine="curl -s https://timechef.elior.com/api/restaurant/22/menus | jq '.[0].famillePlats[0].plats[].libelle'" +alias cantine="curl -s https://timechef.elior.com/api/restaurant/22/menus | jq -r '.[0].famillePlats[0].plats[].libelle'" # Term specific hacks case $TERM in