diff --git a/.bashrc b/.bashrc index 0c685d9..179cbfb 100644 --- a/.bashrc +++ b/.bashrc @@ -168,9 +168,6 @@ fi which kubectl 1> /dev/null && source <(kubectl completion bash) which helm 1> /dev/null && source <(helm completion bash) -# Digital Ocean -which doctl 1> /dev/null && source <(doctl completion bash) - # Helpful Aliases if [ -n "${SUDO_USER}" ]; then alias nano="nano --rcfile \"/home/${SUDO_USER}/.config/nano/nanorc\"" diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index fba2487..2f859a8 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -55,7 +55,7 @@ set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' set -g @continuum-restore 'on' set -g @continuum-boot 'on' -set -g @resurrect-processes 'ssh nano k9s nvim' +set -g @resurrect-processes 'ssh nano k9s' # Open Links set -g @plugin 'tmux-plugins/tmux-open' diff --git a/.local/bin/doctl b/.local/bin/doctl deleted file mode 100755 index ab1f8f9..0000000 Binary files a/.local/bin/doctl and /dev/null differ diff --git a/.zshrc b/.zshrc index 31ae1b4..1d04ca5 100644 --- a/.zshrc +++ b/.zshrc @@ -77,9 +77,6 @@ fi which kubectl 1> /dev/null && source <(kubectl completion zsh) which helm 1> /dev/null && source <(helm completion zsh) -# doctl completion -which doctl 1> /dev/null && source <(doctl completion zsh) - # Start in the home directory cd ~ @@ -103,7 +100,7 @@ zinit light zsh-users/zsh-syntax-highlighting # Key bindings config KEYTIMEOUT=5 # ^[ for esc; ^I for tab -bindkey '^[[Z' autosuggest-accept +bindkey '^[' autosuggest-accept ## Explicitly exit ok #echo "" > /dev/null