mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
moar
This commit is contained in:
parent
89a5242da4
commit
9de3bbf0ec
3 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
''
|
''
|
||||||
export DIRENV_LOG_FORMAT=
|
set -o vi
|
||||||
|
|
||||||
bind 'set completion-ignore-case on'
|
bind 'set completion-ignore-case on'
|
||||||
bind 'set completion-map-case on'
|
bind 'set completion-map-case on'
|
||||||
|
|
|
||||||
|
|
@ -14,10 +14,6 @@ in
|
||||||
initExtra = import ./config/prompt.nix { inherit lib config; };
|
initExtra = import ./config/prompt.nix { inherit lib config; };
|
||||||
bashrcExtra = import ./config/bashrc.nix;
|
bashrcExtra = import ./config/bashrc.nix;
|
||||||
shellAliases = import ./config/alias.nix;
|
shellAliases = import ./config/alias.nix;
|
||||||
|
|
||||||
shellOptions = [
|
|
||||||
"set -o vi"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
|
||||||
|
|
@ -30,5 +30,9 @@ in
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.sessionVariables = {
|
||||||
|
DIRENV_LOG_FORMAT = " ";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue