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
|
||||
./tmux.nix
|
||||
./tmux-sessionizer.nix
|
||||
./zsh.nix
|
||||
./zsh
|
||||
];
|
||||
}
|
||||
|
|
|
@ -9,12 +9,12 @@
|
|||
zsh-abbr = {
|
||||
enable = true;
|
||||
|
||||
abbreviations = import ./zsh/abbreviations.nix;
|
||||
abbreviations = import ./abbreviations.nix;
|
||||
};
|
||||
|
||||
dotDir = ".config/zsh";
|
||||
|
||||
shellAliases = (import ./zsh/aliases.nix { inherit config; });
|
||||
shellAliases = (import ./aliases.nix { inherit config; });
|
||||
|
||||
localVariables = {
|
||||
ABBR_SET_EXPANSION_CURSOR = 1;
|
Loading…
Add table
Add a link
Reference in a new issue