mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Added fastfetch as a ZSH start command
This commit is contained in:
parent
340db495d2
commit
4837920fbc
@ -6,15 +6,12 @@
|
|||||||
package = pkgs.zsh;
|
package = pkgs.zsh;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
autocd = true;
|
autocd = true;
|
||||||
loginExtra = "echo Hello World!";
|
loginExtra = "fastfetch --logo mac2_small -s DateTime:Battery:CPU:GPU:Memory:Host:Media";
|
||||||
|
|
||||||
autosuggestion = {
|
autosuggestion = {
|
||||||
enable = true;
|
enable = true;
|
||||||
strategy = "match_prev_cmd";
|
strategy = [ "match_prev_cmd" ];
|
||||||
};
|
highlight = "fg=grey, underline";
|
||||||
|
|
||||||
dirHashes = {
|
|
||||||
code = "$\{config.home.homeDirectory}/Developer";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
history = {
|
history = {
|
||||||
@ -40,8 +37,8 @@
|
|||||||
"fzf"
|
"fzf"
|
||||||
"gh"
|
"gh"
|
||||||
"kitty"
|
"kitty"
|
||||||
"zsh-autosuggestions"
|
#"zsh-autosuggestions"
|
||||||
"zsh-syntax-highlighting"
|
#"zsh-syntax-highlighting"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user