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

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";