Iterate on some basic zsh customizations
Some checks failed
SSH and echo to file / ssh (push) Failing after 4s

This commit is contained in:
Joey Hafner 2024-09-10 16:45:45 -07:00
parent 63694426ed
commit 574ce1eff1
No known key found for this signature in database

View File

@ -13,6 +13,9 @@
programs.zsh = {
enable = true;
dotDir = ".config/zsh";
enableCompletion = true;
enableHistory = true;
initExtra = "bindkey -e\nbindkey '^[[1;5D' backward-word\nbindkey '^[[1;5C' forward-word";
plugins = [
{
name = "zsh-autosuggestions";