Jump to content

Zsh: Difference between revisions

491 bytes added ,  12 June 2021
no edit summary
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]]
Anonymous user