From d5676aefa21634c5cd44bee14b45038b2427f72e Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 1 Jul 2023 19:19:58 +0900 Subject: [PATCH] test --- common/dotfiles/bash.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/common/dotfiles/bash.nix b/common/dotfiles/bash.nix index c5961b68..db7fdab3 100644 --- a/common/dotfiles/bash.nix +++ b/common/dotfiles/bash.nix @@ -3,7 +3,6 @@ programs = { bash = { enableCompletion = true; - enableLsColors = true; shellAliases = { d = "docker"; dc = "docker-compose";