From 5af1ecff6c58f470d767acc26e90e951596f526d Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 1 Jul 2023 19:39:48 +0900 Subject: [PATCH] enable BASH --- common/dotfiles/bash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";