mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Enable nix-zsh-completions
This commit is contained in:
@@ -97,6 +97,7 @@ in {
|
||||
zsh = {
|
||||
enable = true;
|
||||
enableAutosuggestions = true;
|
||||
enableCompletion = true;
|
||||
enableSyntaxHighlighting = true;
|
||||
history.size = 1000000;
|
||||
|
||||
@@ -153,6 +154,7 @@ in {
|
||||
t = "tmux-sessionizer";
|
||||
tree = "exa --tree";
|
||||
v = "nvim";
|
||||
nix-install = "nix-env -iA";
|
||||
};
|
||||
|
||||
"oh-my-zsh" = {
|
||||
|
Reference in New Issue
Block a user