enable BASH
This commit is contained in:
parent
6598a6139f
commit
5af1ecff6c
1 changed files with 1 additions and 1 deletions
|
@ -3,8 +3,8 @@
|
||||||
programs.powerline-go.enable = true;
|
programs.powerline-go.enable = true;
|
||||||
programs = {
|
programs = {
|
||||||
bash = {
|
bash = {
|
||||||
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
d = "docker";
|
d = "docker";
|
||||||
dc = "docker-compose";
|
dc = "docker-compose";
|
||||||
|
|
Loading…
Reference in a new issue