test
This commit is contained in:
parent
d5676aefa2
commit
6598a6139f
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
|||
{ config, pkgs, ... }: {
|
||||
# Configure BASH exports
|
||||
programs.powerline-go.enable = true;
|
||||
programs = {
|
||||
bash = {
|
||||
enableCompletion = true;
|
||||
|
||||
shellAliases = {
|
||||
d = "docker";
|
||||
dc = "docker-compose";
|
||||
|
@ -29,5 +31,4 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
Loading…
Reference in a new issue