From 3b23513fce5f73a28581f9d69ccb1977160eace0 Mon Sep 17 00:00:00 2001 From: materus Date: Thu, 25 May 2023 12:06:08 +0200 Subject: [PATCH] home-profile: update zsh cfg --- configurations/profile/home/shell/zsh.nix | 3 ++- flake.nix | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configurations/profile/home/shell/zsh.nix b/configurations/profile/home/shell/zsh.nix index 4770afe..d19fa82 100644 --- a/configurations/profile/home/shell/zsh.nix +++ b/configurations/profile/home/shell/zsh.nix @@ -73,7 +73,8 @@ in initExtra = '' . ${zshcfg}/zinputrc source ${zshcfg}/zshcompletion.zsh - + + bindkey -r "^[" bindkey ";5C" forward-word bindkey ";5D" backward-word '' + diff --git a/flake.nix b/flake.nix index 017fd70..8729809 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,6 @@ forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f system); in rec { - extraFiles = ./extraFiles; packages = forAllSystems (system: import ./default.nix { pkgs = import nixpkgs { inherit system; };