enable BASH

This commit is contained in:
iFargle 2023-07-01 19:39:48 +09:00
parent 6598a6139f
commit 5af1ecff6c

View file

@ -3,8 +3,8 @@
programs.powerline-go.enable = true;
programs = {
bash = {
enable = true;
enableCompletion = true;
shellAliases = {
d = "docker";
dc = "docker-compose";