Add autosuggestions plugin
Fish-like autosuggestions for zsh
This commit is contained in:
3
zshrc
3
zshrc
@@ -3,8 +3,9 @@
|
||||
|
||||
# Load plugin scripts
|
||||
plugin-load() { source ~/.config/zsh/$1/$1.plugin.zsh }
|
||||
plugin-load zsh-syntax-highlighting
|
||||
plugin-load zsh-autosuggestions
|
||||
plugin-load zsh-history-substring-search
|
||||
plugin-load zsh-syntax-highlighting
|
||||
|
||||
# Remove duplicates from history
|
||||
setopt hist_ignore_all_dups
|
||||
|
||||
Reference in New Issue
Block a user