Zsh: Difference between revisions

imported>Flexagoon
No edit summary
imported>Flexagoon
No edit summary
Line 81: Line 81:
};
};
</nowiki>}}
</nowiki>}}
== Troubleshooting ==
=== Zsh-autocomplete not working ===
You may have some issues with the {{ic|marlonrichert/zsh-autocomplete}} plugin on NixOS. That's because the default NixOS configuration overrides keybinds for up and down arrow keys. To fix this issue, you need to add this somewhere in your .zshrc (either manually if your .zshrc is not managed by Nix, or with {{ic|packages.zsh.initExtra}})
<syntaxhighlight lang="bash">
bindkey "${key[Up]}" up-line-or-history
</syntaxhighlight>


== See also ==
== See also ==
* [[Command Shell]]
* [[Command Shell]]