This commit is contained in:
Henrik Bakken
2023-10-15 13:18:40 +02:00
parent d17b6e8e1c
commit 18afbd8c64
5 changed files with 25 additions and 5 deletions
+3 -1
View File
@@ -71,7 +71,7 @@ ZSH_THEME="robbyrussell"
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(zsh-autosuggestions history-substring-search zsh-syntax-highlighting git)
plugins=(zsh-autosuggestions kubectl-autocomplete history-substring-search zsh-syntax-highlighting git)
source $ZSH/oh-my-zsh.sh
@@ -101,3 +101,5 @@ source $ZSH/oh-my-zsh.sh
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=white'
bindkey "^[[1;3C" forward-word
bindkey "^[[1;3D" backward-word