use rust nightly; disable man cache; some zsh nicieties
This commit is contained in:
parent
8a75f0e7de
commit
6519ab7f06
3 changed files with 5 additions and 2 deletions
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue