working on zsh
This commit is contained in:
+334
-336
File diff suppressed because it is too large
Load Diff
@@ -1381,8 +1381,6 @@ This sets up the zsh terminal
|
|||||||
RPROMPT='$(git_prompt_info) %{$fg[$mocha_green]%}%T%{$reset_color%}'
|
RPROMPT='$(git_prompt_info) %{$fg[$mocha_green]%}%T%{$reset_color%}'
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
theme = "catppuccin-mocha";
|
|
||||||
};
|
|
||||||
|
|
||||||
# Declare all plugins via Nixpkgs for reproducibility
|
# Declare all plugins via Nixpkgs for reproducibility
|
||||||
plugins = with pkgs.zshPlugins; [
|
plugins = with pkgs.zshPlugins; [
|
||||||
|
|||||||
@@ -61,8 +61,6 @@
|
|||||||
RPROMPT='$(git_prompt_info) %{$fg[$mocha_green]%}%T%{$reset_color%}'
|
RPROMPT='$(git_prompt_info) %{$fg[$mocha_green]%}%T%{$reset_color%}'
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
theme = "catppuccin-mocha";
|
|
||||||
};
|
|
||||||
|
|
||||||
# Declare all plugins via Nixpkgs for reproducibility
|
# Declare all plugins via Nixpkgs for reproducibility
|
||||||
plugins = with pkgs.zshPlugins; [
|
plugins = with pkgs.zshPlugins; [
|
||||||
|
|||||||
Reference in New Issue
Block a user