Move zsh.nix
This commit is contained in:
parent
eb449b2b55
commit
c55dcbc07a
2 changed files with 3 additions and 3 deletions
|
@ -14,6 +14,6 @@
|
||||||
./starship.nix
|
./starship.nix
|
||||||
./tmux.nix
|
./tmux.nix
|
||||||
./tmux-sessionizer.nix
|
./tmux-sessionizer.nix
|
||||||
./zsh.nix
|
./zsh
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,12 +9,12 @@
|
||||||
zsh-abbr = {
|
zsh-abbr = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
abbreviations = import ./zsh/abbreviations.nix;
|
abbreviations = import ./abbreviations.nix;
|
||||||
};
|
};
|
||||||
|
|
||||||
dotDir = ".config/zsh";
|
dotDir = ".config/zsh";
|
||||||
|
|
||||||
shellAliases = (import ./zsh/aliases.nix { inherit config; });
|
shellAliases = (import ./aliases.nix { inherit config; });
|
||||||
|
|
||||||
localVariables = {
|
localVariables = {
|
||||||
ABBR_SET_EXPANSION_CURSOR = 1;
|
ABBR_SET_EXPANSION_CURSOR = 1;
|
Loading…
Add table
Add a link
Reference in a new issue