use rust nightly; disable man cache; some zsh nicieties

This commit is contained in:
cy 2025-02-27 12:48:18 -05:00
parent 8a75f0e7de
commit 6519ab7f06
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
3 changed files with 5 additions and 2 deletions

View file

@ -66,6 +66,7 @@
}; };
}; };
programs.ripgrep.enable = true; programs.ripgrep.enable = true;
programs.man.generateCaches = true; # programs.man.generateCaches = true; # slows down eval
programs.fd.enable = true; programs.fd.enable = true;
news.display = "silent";
} }

View file

@ -54,7 +54,7 @@
yarn yarn
rclone rclone
go go
rustup (rust-bin.selectLatestNightlyWith (toolchain: toolchain.default))
pwgen pwgen
lua-language-server lua-language-server
gnumake gnumake

View file

@ -51,6 +51,7 @@
bindkey -M viins "^E" end-of-line bindkey -M viins "^E" end-of-line
bindkey -M viins "^A" beginning-of-line bindkey -M viins "^A" beginning-of-line
bindkey -M viins "^B" backward-char bindkey -M viins "^B" backward-char
bindkey -M viins "^F" forward-char
# accept one word completion # accept one word completion
bindkey -M viins "^S" forward-word bindkey -M viins "^S" forward-word
@ -111,6 +112,7 @@
"grv" = "git remote --verbose"; "grv" = "git remote --verbose";
"gs" = "git status --short"; "gs" = "git status --short";
"gss" = "git status"; "gss" = "git status";
"code" = "codium";
}; };
}; };