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 ipb='ip --color --brief'
|
||||||
|
|
||||||
alias dc='docker-compose'
|
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"
|
export MANPAGER="less -X"
|
||||||
# youtube dl default
|
# youtube dl default
|
||||||
export YDL_TARGET=$HOME/tmp
|
export YDL_TARGET=$HOME/tmp
|
||||||
|
# kubectl
|
||||||
|
export KUBECONFIG=~/.kube/config
|
||||||
|
|
||||||
##### COLORS #####
|
##### COLORS #####
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user