aboutsummaryrefslogtreecommitdiffstats
path: root/home/trent/common/core/bash.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-05-21 21:39:31 -0700
committerMark Nipper <nipsy@bitgnome.net>2026-05-21 21:39:31 -0700
commit86607cc679f76c74fc5b31e58d473210634e9d3d (patch)
tree6b339f85a8667214e982346f000e07a0519cf51d /home/trent/common/core/bash.nix
parentc4157b439b4705becf48314fea6139da8a495354 (diff)
downloadnix-master.tar
nix-master.tar.gz
nix-master.tar.bz2
nix-master.tar.lz
nix-master.tar.xz
nix-master.tar.zst
nix-master.zip
Remove prometheusHEADmaster
Diffstat (limited to 'home/trent/common/core/bash.nix')
-rw-r--r--home/trent/common/core/bash.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/home/trent/common/core/bash.nix b/home/trent/common/core/bash.nix
deleted file mode 100644
index 77f0cf4..0000000
--- a/home/trent/common/core/bash.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- programs.bash = {
- enable = true;
- enableCompletion = true;
- shellAliases = {
- ll = "ls -alF --color=auto";
- la = "ls -aF --color=auto";
- };
- };
-}