diff --git a/common/dotfiles/bash.nix b/common/dotfiles/bash.nix index db7fdab3..aec104c4 100644 --- a/common/dotfiles/bash.nix +++ b/common/dotfiles/bash.nix @@ -1,8 +1,10 @@ { config, pkgs, ... }: { # Configure BASH exports + programs.powerline-go.enable = true; programs = { bash = { enableCompletion = true; + shellAliases = { d = "docker"; dc = "docker-compose"; @@ -29,5 +31,4 @@ }; }; }; - } \ No newline at end of file