From 2f815bb8fbf9397c92f0d88b80dd83c6ef5698b7 Mon Sep 17 00:00:00 2001 From: Alexander Kassouni Date: Wed, 22 Jul 2026 23:30:49 -0700 Subject: more --- users/kassouni/bash.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 users/kassouni/bash.nix (limited to 'users/kassouni/bash.nix') diff --git a/users/kassouni/bash.nix b/users/kassouni/bash.nix new file mode 100644 index 0000000..ae584d7 --- /dev/null +++ b/users/kassouni/bash.nix @@ -0,0 +1,13 @@ +{ ... }: { + programs.bash = { + enable = true; + + shellAliases = { + n = "nvim"; + }; + + initExtra = '' + PS1="\[\033[32;1m\][\w] λ \[\033[0m\]" + ''; + }; +} -- cgit v1.3.1