diff options
-rw-r--r-- | .bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,9 +22,9 @@ source /etc/bashrc # Adjust the prompt depending on whether we're in 'guix environment'. if [ -n "$GUIX_ENVIRONMENT" ] then - PS1='\u@\h [env]\$ ' + PS1='\n\u@\h [env]\$ ' else - PS1='\u@\h \$ ' + PS1='\n\u@\h \$ ' fi alias ls='ls -p --color=auto' alias ll='ls -l' |