Skip to content

Commit

Permalink
Merge pull request #68 from pascal-zarrad/feature/switch-zplug
Browse files Browse the repository at this point in the history
Add shell auto suggestions plugin
  • Loading branch information
pascal-zarrad authored Mar 26, 2024
2 parents 66590b3 + 1676d9f commit 6e4ca10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/zsh-enhancements/plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ apply_plugin "zsh-users/zsh-autosuggestions"
# from history and then press chosen keys, such as the UP and
# DOWN arrows, to cycle through matches.
apply_plugin "zsh-users/zsh-history-substring-search"

# This plugin adds autocompletion to further speed up command
# line work. Together with autosuggestions, it makes typing
# commands a breeze.
apply_plugin "marlonrichert/zsh-autocomplete"

0 comments on commit 6e4ca10

Please sign in to comment.