diff --git a/home/cli.nix b/home/cli.nix index 83cf090..20916c1 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -84,7 +84,7 @@ programs.bash = { enable = true; bashrcExtra = '' - export PS1=" \u@\h:\w \[\e[33m\]λ\[\e[0m\] " + export PS1=" \u@\h:\w \[\e[38;5;205m\]λ\[\e[0m\] " task ls if [ "$(ls -A ~/dwn)" ]; then echo "TODO: organize downloads."; fi '';