This commit is contained in:
변정훈
2023-06-16 06:15:14 +00:00
parent a79537b863
commit 3bebd64071

View File

@@ -1,12 +1,12 @@
export CLICOLOR=1 # 터미널 컬러 활성화 export CLICOLOR=1 # 터미널 컬러 활성화<br>
export KUBECONFIG=~/.kube/config:~/.kube/dsconfig:~/.kube/cloudmoa # k8s context 등록 export KUBECONFIG=~/.kube/config:~/.kube/dsconfig:~/.kube/cloudmoa # k8s context 등록<br>
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH" # krew 등록 export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH" # krew 등록<br>
export AWS_DEFAULT=elppa # aws default profile 설정 export AWS_DEFAULT=elppa # aws default profile 설정<br>
export AWS_PROFILE=elppa # kops default aws profile 설정 export AWS_PROFILE=elppa # kops default aws profile 설정<br>
<br>
alias ll="ls -l" alias ll="ls -l"<br>
alias k="kubectl" alias k="kubectl"<br>
alias clone="/Users/byeonjunghun/Documents/script/clone.sh" alias clone="/Users/byeonjunghun/Documents/script/clone.sh"<br>
alias amisearch="/Users/byeonjunghun/Documents/script/amisearch" alias amisearch="/Users/byeonjunghun/Documents/script/amisearch"<br>
alias awsnode="/Users/byeonjunghun/Documents/script/awsnode.sh" alias awsnode="/Users/byeonjunghun/Documents/script/awsnode.sh"<br>
alias push="/Users/byeonjunghun/Documents/script/rel.sh" alias push="/Users/byeonjunghun/Documents/script/rel.sh"