From 6598a6139f83d7b14ebf5e6f41475728379d87c4 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 1 Jul 2023 19:37:34 +0900 Subject: [PATCH] test --- common/dotfiles/bash.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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