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