update mac

This commit is contained in:
Diego Fernando Carrión 2022-02-21 12:15:28 +01:00
parent e393c3c4c2
commit 7b4e283443
Signed by: CRThaze
GPG Key ID: 0F647F8A6A3AF588
3 changed files with 18 additions and 3 deletions

View File

@ -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

View File

@ -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 ####
################## ##################

View File

@ -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"
] ]
} }
] ]