diff options
Diffstat (limited to 'common/.flake/home/programs/zsh.nix.org')
-rw-r--r-- | common/.flake/home/programs/zsh.nix.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/.flake/home/programs/zsh.nix.org b/common/.flake/home/programs/zsh.nix.org index 404586c..6b8d5ea 100644 --- a/common/.flake/home/programs/zsh.nix.org +++ b/common/.flake/home/programs/zsh.nix.org @@ -81,6 +81,7 @@ Create the prompt. PS1='%(?..%B%F{red}[%?%\]%f%b )%F{green}%20<...<%~%<<%f$vcs_info_msg_0_$(parse_git_dirty) $ ' #+end_src +Close the extra code block. #+begin_src nix ''; #+end_src @@ -104,7 +105,6 @@ Close =.profile= code. ''; #+end_src - Close =zsh= configuration. #+begin_src nix }; |