From 6ebcd4646828e1ad11f641a1abafe863dd45b2be Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Fri, 1 Sep 2023 13:15:58 +0200 Subject: [PATCH] Changed line to since user and hostname are unneeded information --- modules/bash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bash.nix b/modules/bash.nix index 818594c..52c025e 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\]\u@\h:\w]\$\[\033[0m\] ' + PS1='\n\[\033[1;32m\][\[\e]0;\u@\h: \w\a\]\w]\$\[\033[0m\] ' ''; shellAliases = {