Alias docker, config k8s
This commit is contained in:
parent
f237d269d4
commit
0997a5dd4e
@ -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 }}' "
|
||||
|
2
_bashrc
2
_bashrc
@ -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 #####
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user