diff --git a/common/dotfiles/bash.nix b/common/dotfiles/bash.nix index aec104c4..4ea0ba35 100644 --- a/common/dotfiles/bash.nix +++ b/common/dotfiles/bash.nix @@ -3,8 +3,8 @@ programs.powerline-go.enable = true; programs = { bash = { + enable = true; enableCompletion = true; - shellAliases = { d = "docker"; dc = "docker-compose";