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";