shell theme fix

master
Elias Almqvist 4 months ago
parent a85194f4dd
commit d418a5b940
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 2
      nix-darwin/home.nix

@ -220,7 +220,7 @@
# Set the prompt
setopt PROMPT_SUBST
export PS1='$(in_nix_shell)%B%F{cyan}%~%f%b %# '
export PS1='$(in_nix_shell)$(PS1)'
'';
oh-my-zsh = {
enable = true;

Loading…
Cancel
Save