feat: Set aliases in Bash
Simply enabling `programs.bash` in home-manager does the trick. }:)
This commit is contained in:
7
users/crumb/programs/bash.nix
Normal file
7
users/crumb/programs/bash.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user