Compare commits
No commits in common. "843cd752dba608e16074eae59469fb8ba5b364b7" and "c072a4d074c037239b0dec34a3a942a03c8eb84c" have entirely different histories.
843cd752db
...
c072a4d074
4 changed files with 2 additions and 8 deletions
3
.bashrc
3
.bashrc
|
@ -168,9 +168,6 @@ fi
|
||||||
which kubectl 1> /dev/null && source <(kubectl completion bash)
|
which kubectl 1> /dev/null && source <(kubectl completion bash)
|
||||||
which helm 1> /dev/null && source <(helm completion bash)
|
which helm 1> /dev/null && source <(helm completion bash)
|
||||||
|
|
||||||
# Digital Ocean
|
|
||||||
which doctl 1> /dev/null && source <(doctl completion bash)
|
|
||||||
|
|
||||||
# Helpful Aliases
|
# Helpful Aliases
|
||||||
if [ -n "${SUDO_USER}" ]; then
|
if [ -n "${SUDO_USER}" ]; then
|
||||||
alias nano="nano --rcfile \"/home/${SUDO_USER}/.config/nano/nanorc\""
|
alias nano="nano --rcfile \"/home/${SUDO_USER}/.config/nano/nanorc\""
|
||||||
|
|
|
@ -55,7 +55,7 @@ set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||||
set -g @continuum-restore 'on'
|
set -g @continuum-restore 'on'
|
||||||
set -g @continuum-boot 'on'
|
set -g @continuum-boot 'on'
|
||||||
set -g @resurrect-processes 'ssh nano k9s nvim'
|
set -g @resurrect-processes 'ssh nano k9s'
|
||||||
|
|
||||||
# Open Links
|
# Open Links
|
||||||
set -g @plugin 'tmux-plugins/tmux-open'
|
set -g @plugin 'tmux-plugins/tmux-open'
|
||||||
|
|
BIN
.local/bin/doctl
BIN
.local/bin/doctl
Binary file not shown.
5
.zshrc
5
.zshrc
|
@ -77,9 +77,6 @@ fi
|
||||||
which kubectl 1> /dev/null && source <(kubectl completion zsh)
|
which kubectl 1> /dev/null && source <(kubectl completion zsh)
|
||||||
which helm 1> /dev/null && source <(helm 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
|
# Start in the home directory
|
||||||
cd ~
|
cd ~
|
||||||
|
|
||||||
|
@ -103,7 +100,7 @@ zinit light zsh-users/zsh-syntax-highlighting
|
||||||
# Key bindings config
|
# Key bindings config
|
||||||
KEYTIMEOUT=5
|
KEYTIMEOUT=5
|
||||||
# ^[ for esc; ^I for tab
|
# ^[ for esc; ^I for tab
|
||||||
bindkey '^[[Z' autosuggest-accept
|
bindkey '^[' autosuggest-accept
|
||||||
|
|
||||||
## Explicitly exit ok
|
## Explicitly exit ok
|
||||||
#echo "" > /dev/null
|
#echo "" > /dev/null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue