AstonJ
Do you use any ZSH plugins?
I wasn’t aware ZSH has plugins until @Samjowen mentioned one in the Share an Elixir or dev-env tip a day thread!
Oh My Zsh comes bundled with plugins, which allow you to take advantage of functionality of many sorts to your shell just by enabling them. They are each documented in the README file in their respective
plugins/folder.Enable a plugin by adding its name to the
pluginsarray in your.zshrcfile (found in the$HOMEdirectory). For example, this enables therails,gitandrubyplugins, in that order:plugins=(rails git ruby)
If you’re using any, which ones?
Most Liked
NobbZ
Zsh autocomple, zsh Syntax Highlight, fzf-tab, and p10k.
I think this really is about it.
slouchpie
I use the elixir and git plugins a lot. I love the gwip and gunwip aliases. My zsh theme works with them so I can see when I switch to a branch that has a WIP commit. I find it much better than git stash.
nicholasjhenry
My plugin selection is rather slim. I use zplug instead of Oh My Zsh’s built-in plugin system. Here’s my current setup:
zshplugins via zplug:
- vi-mode (from oh-my-zsh)
- wbase.zsh + git-prompt.zsh (woefe’s git prompt)
- zsh-autosuggestions
- zsh-completions
- zsh-history-substring-search
- zsh-syntax-highlighting
The ones I use most:
- zsh-autosuggestions - suggests commands as you type based on history
- zsh-syntax-highlighting - highlights commands in real-time to catch typos
- zsh-history-substring-search - searches history with partial matches (I have it bound to up/down arrows)
- git-prompt.zsh - shows git status in the prompt
Popular in Dev Env & Tools
Other popular topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance









