diff options
Diffstat (limited to 'users/kassouni/bash.nix')
| -rw-r--r-- | users/kassouni/bash.nix | 13 |
1 files changed, 13 insertions, 0 deletions
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\]" + ''; + }; +} |
