From 839c1bed3bf52e6d9805381a791848ddc706ef64 Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Sat, 2 Sep 2023 17:16:59 +0200 Subject: [PATCH] removed new line --- modules/bash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bash.nix b/modules/bash.nix index 52c025e..2e1355a 100644 --- a/modules/bash.nix +++ b/modules/bash.nix @@ -3,7 +3,7 @@ enable = true; initExtra = '' - PS1='\n\[\033[1;32m\][\[\e]0;\u@\h: \w\a\]\w]\$\[\033[0m\] ' + PS1='\[\033[1;32m\][\[\e]0;\u@\h: \w\a\]\w]\$\[\033[0m\] ' ''; shellAliases = {