From 1f8ef7803e0df423532cf8fbdd6d83250ab52bd6 Mon Sep 17 00:00:00 2001 From: tv <tv@krebsco.de> Date: Sun, 4 Jun 2017 15:06:22 +0200 Subject: [PATCH] tv: move bash config to dedicated directory --- tv/2configs/{bash_completion.sh => bash/completion.sh} | 0 tv/2configs/{bash.nix => bash/default.nix} | 0 tv/2configs/default.nix | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename tv/2configs/{bash_completion.sh => bash/completion.sh} (100%) rename tv/2configs/{bash.nix => bash/default.nix} (100%) diff --git a/tv/2configs/bash_completion.sh b/tv/2configs/bash/completion.sh similarity index 100% rename from tv/2configs/bash_completion.sh rename to tv/2configs/bash/completion.sh diff --git a/tv/2configs/bash.nix b/tv/2configs/bash/default.nix similarity index 100% rename from tv/2configs/bash.nix rename to tv/2configs/bash/default.nix diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index d16ff4eb5..b2560084d 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -27,7 +27,7 @@ with import <stockholm/lib>; <secrets> ./audit.nix ./backup.nix - ./bash.nix + ./bash ./htop.nix ./nginx ./ssh.nix