feat : nix-direnv and no dates in starshiprs
This commit is contained in:
parent
5767775b9d
commit
1187876278
2 changed files with 5 additions and 4 deletions
|
@ -9,7 +9,7 @@ add_newline = true # Inserts a blank line between shell prompts
|
||||||
success_symbol = '[➜](bold green)'
|
success_symbol = '[➜](bold green)'
|
||||||
error_symbol = "[➜](bold red)"
|
error_symbol = "[➜](bold red)"
|
||||||
|
|
||||||
[custom.tztime]
|
#[custom.tztime]
|
||||||
command = 'date +"%a %d %b %H:%M%p"'
|
#command = 'date +"%a %d %b %H:%M%p"'
|
||||||
when = "true"
|
#when = "true"
|
||||||
format = '\[$symbol($output)\] (purple)'
|
#format = '\[$symbol($output)\] (purple)'
|
||||||
|
|
|
@ -166,6 +166,7 @@ in {
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Florian Schmitt";
|
userName = "Florian Schmitt";
|
||||||
|
|
Loading…
Reference in a new issue