Alias docker, config k8s

This commit is contained in:
Meutel 2019-12-08 09:21:59 +01:00
parent f237d269d4
commit 0997a5dd4e
2 changed files with 5 additions and 0 deletions

View File

@ -65,3 +65,6 @@ alias ip='ip --color'
alias ipb='ip --color --brief'
alias dc='docker-compose'
# IP docker container
alias d_ip="docker inspect -f '{{ .NetworkSettings.IPAddress }}' "

View File

@ -18,6 +18,8 @@ export VISUAL=$EDITOR
export MANPAGER="less -X"
# youtube dl default
export YDL_TARGET=$HOME/tmp
# kubectl
export KUBECONFIG=~/.kube/config
##### COLORS #####