feat: Set aliases in Bash

Simply enabling `programs.bash` in home-manager does the trick. }:)
This commit is contained in:
Madeleine Sydney
2025-01-03 17:45:36 -07:00
parent d28f838e56
commit 7cb5082b5b
3 changed files with 9 additions and 1 deletions

1
.gitignore vendored
View File

@@ -0,0 +1 @@
/users/crumb/programs/emacs/eln-cache

View File

@@ -0,0 +1,7 @@
{ config, lib, pkgs, ... }:
{
programs.bash = {
enable = true;
};
}

View File

@@ -44,7 +44,7 @@ in lib.mkMerge [
jgp = "jj git push";
jgr = "jj git remote";
jgcl = "jj git clone";
js = "jj st";
js = "jj status";
jn = "jj new";
jd = "jj describe";
jdi = "jj diff";