diff options
author | David Runge <dave@sleepmap.de> | 2021-02-07 16:16:58 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2021-02-07 16:16:58 +0100 |
commit | 8e4842dd756ac2710cd8d871db7893cea770c51e (patch) | |
tree | a09acca228f30ffe2ecc55aeaa19bbab986a54ae | |
parent | b37101ba4fa0560920f9609cdbc44cf25c5ae6a3 (diff) | |
download | dotfiles-8e4842dd756ac2710cd8d871db7893cea770c51e.tar.gz dotfiles-8e4842dd756ac2710cd8d871db7893cea770c51e.tar.bz2 dotfiles-8e4842dd756ac2710cd8d871db7893cea770c51e.tar.xz dotfiles-8e4842dd756ac2710cd8d871db7893cea770c51e.zip |
.zshrc: Set autosuggestion strategy
.zshrc:
Set the zsh-autosuggestions strategy to be only based on the history of
used commands.
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -404,6 +404,7 @@ for p in ${autosuggestions}; do source "$p" fi done +ZSH_AUTOSUGGEST_STRATEGY=('history') # syntax-highlighting syntax_highlighting=( "/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" |