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, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
# Configure BASH exports
|
# Configure BASH exports
|
||||||
|
programs.powerline-go.enable = true;
|
||||||
programs = {
|
programs = {
|
||||||
bash = {
|
bash = {
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
d = "docker";
|
d = "docker";
|
||||||
dc = "docker-compose";
|
dc = "docker-compose";
|
||||||
|
@ -29,5 +31,4 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue