diff --git a/home-manager/dots/bash.nix b/home-manager/dots/bash.nix index 11e02dc..ad3ba28 100644 --- a/home-manager/dots/bash.nix +++ b/home-manager/dots/bash.nix @@ -56,7 +56,7 @@ # Environmental Variables # Uncomment the following line if you don't like systemctl's auto-paging feature: export SYSTEMD_PAGER= - export PS1='\n\u@\h:\w\n\j $? \$ ' + export PS1='\n\u@\h:\w (\j)\n$? \$ ' export BEMENU_OPTS="--tb '#03'\ --tf '#${config.colorScheme.colors.base07}'\ --fb '#${config.colorScheme.colors.base00}'\