From e0512196de4a7e9125ea952101ff294313dec835 Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Thu, 31 Aug 2023 14:51:06 +0200 Subject: [PATCH] added bash text line --- modules/bash.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/bash.nix b/modules/bash.nix index 16d8131..818594c 100644 --- a/modules/bash.nix +++ b/modules/bash.nix @@ -2,6 +2,10 @@ config.programs.bash = { enable = true; + initExtra = '' + PS1='\n\[\033[1;32m\][\[\e]0;\u@\h: \w\a\]\u@\h:\w]\$\[\033[0m\] ' + ''; + shellAliases = { ll = "ls -lh"; la = "ls -lah";