update mac
This commit is contained in:
parent
e393c3c4c2
commit
7b4e283443
@ -5,3 +5,11 @@ alias vim=nvim
|
|||||||
alias tmux="tmux -2"
|
alias tmux="tmux -2"
|
||||||
alias ssh="TERM=xterm ssh"
|
alias ssh="TERM=xterm ssh"
|
||||||
alias pyenv3="pyenv shell 3.6.12"
|
alias pyenv3="pyenv shell 3.6.12"
|
||||||
|
alias git="GPG_TTY=\$(tty) git"
|
||||||
|
|
||||||
|
alias kubectl-ns="kubectl get namespaces --no-headers | awk '{print \$1}' | xargs -I {} bash -c -- echo {} && kubectl -n {}"
|
||||||
|
|
||||||
|
if [ -f ~/.bash_aliases.local ]
|
||||||
|
then
|
||||||
|
. "$HOME/.bash_aliases.local"
|
||||||
|
fi
|
||||||
|
@ -97,9 +97,10 @@ fi
|
|||||||
if [ -d "$HOME/.kube" ]
|
if [ -d "$HOME/.kube" ]
|
||||||
then
|
then
|
||||||
export KUBECONFIG=$HOME/.kube/config.yaml
|
export KUBECONFIG=$HOME/.kube/config.yaml
|
||||||
|
source <(kubectl completion bash)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
GOPATH="$HOME/devel/go"
|
export GOPATH="$HOME/devel/go"
|
||||||
|
|
||||||
#### Includes ####
|
#### Includes ####
|
||||||
##################
|
##################
|
||||||
|
@ -56,7 +56,10 @@
|
|||||||
{
|
{
|
||||||
"type": "frontmost_application_unless",
|
"type": "frontmost_application_unless",
|
||||||
"bundle_identifiers": [
|
"bundle_identifiers": [
|
||||||
"^net\\.kovidgoyal\\.kitty"
|
"^com\\.apple\\.Terminal",
|
||||||
|
"^net\\.kovidgoyal\\.kitty",
|
||||||
|
"^com\\.googlecode\\.iterm2",
|
||||||
|
"^com\\.yourcompany\\.cool-retro-term"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -73,7 +76,10 @@
|
|||||||
{
|
{
|
||||||
"type": "frontmost_application_unless",
|
"type": "frontmost_application_unless",
|
||||||
"bundle_identifiers": [
|
"bundle_identifiers": [
|
||||||
"^net\\.kovidgoyal\\.kitty"
|
"^com\\.apple\\.Terminal",
|
||||||
|
"^net\\.kovidgoyal\\.kitty",
|
||||||
|
"^com\\.googlecode\\.iterm2",
|
||||||
|
"^com\\.yourcompany\\.cool-retro-term"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user