mirror of https://github.com/materusPL/Nixerus.git
home-profile: update zsh cfg
This commit is contained in:
parent
ca6a4fcdd8
commit
3b23513fce
|
@ -73,7 +73,8 @@ in
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
. ${zshcfg}/zinputrc
|
. ${zshcfg}/zinputrc
|
||||||
source ${zshcfg}/zshcompletion.zsh
|
source ${zshcfg}/zshcompletion.zsh
|
||||||
|
|
||||||
|
bindkey -r "^["
|
||||||
bindkey ";5C" forward-word
|
bindkey ";5C" forward-word
|
||||||
bindkey ";5D" backward-word
|
bindkey ";5D" backward-word
|
||||||
'' +
|
'' +
|
||||||
|
|
|
@ -48,7 +48,6 @@
|
||||||
forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f system);
|
forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f system);
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
extraFiles = ./extraFiles;
|
|
||||||
|
|
||||||
packages = forAllSystems (system: import ./default.nix {
|
packages = forAllSystems (system: import ./default.nix {
|
||||||
pkgs = import nixpkgs { inherit system; };
|
pkgs = import nixpkgs { inherit system; };
|
||||||
|
|
Loading…
Reference in New Issue