From 838c5f367c65e12a918bd3cb8f05e45b3538ee60 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Wed, 9 Apr 2025 09:14:43 -0700 Subject: Add host fangorn --- home/don/common/core/bash.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 home/don/common/core/bash.nix (limited to 'home/don/common/core/bash.nix') diff --git a/home/don/common/core/bash.nix b/home/don/common/core/bash.nix new file mode 100644 index 0000000..77f0cf4 --- /dev/null +++ b/home/don/common/core/bash.nix @@ -0,0 +1,10 @@ +{ + programs.bash = { + enable = true; + enableCompletion = true; + shellAliases = { + ll = "ls -alF --color=auto"; + la = "ls -aF --color=auto"; + }; + }; +} -- cgit v1.2.3