Skip to content

Oh My Zsh plugins #6

Answered by tomclark
tomclark asked this question in Q&A
Mar 26, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

The instant I posted that, I tried something else and got it working! Doh!

I was trying to do something like this, but because it's in a subdirectory on Github, you can't do it:

local -a plugins=(
    marlonrichert/zsh-autocomplete      # Real-time type-ahead completion
    marlonrichert/zsh-edit              # Better keyboard shortcuts
    marlonrichert/zsh-hist              # Edit history from the command line.
    marlonrichert/zcolors               # Colors for completions and Git
    zsh-users/zsh-autosuggestions       # Inline suggestions
    zsh-users/zsh-syntax-highlighting   # Command-line syntax highlighting
    ohmyzsh/ohmyzsh               # << You can't do this and then refer…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@marlonrichert
Comment options

@marlonrichert
Comment options

Answer selected by tomclark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants