Iterate on some basic zsh customizations
Some checks failed
SSH and echo to file / ssh (push) Failing after 4s
Some checks failed
SSH and echo to file / ssh (push) Failing after 4s
This commit is contained in:
parent
63694426ed
commit
574ce1eff1
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user