diff options
author | tv <tv@krebsco.de> | 2017-06-04 15:06:22 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-06-04 15:06:56 +0200 |
commit | 1f8ef7803e0df423532cf8fbdd6d83250ab52bd6 (patch) | |
tree | c77da27737209ec208ef2db397f99249bb616212 | |
parent | d18eb5ccd1ec6cc0b7797ac72d8bb258689a544b (diff) |
tv: move bash config to dedicated directory
-rw-r--r-- | tv/2configs/bash/completion.sh (renamed from tv/2configs/bash_completion.sh) | 0 | ||||
-rw-r--r-- | tv/2configs/bash/default.nix (renamed from tv/2configs/bash.nix) | 0 | ||||
-rw-r--r-- | tv/2configs/default.nix | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/bash_completion.sh b/tv/2configs/bash/completion.sh index 537484fb9..537484fb9 100644 --- a/tv/2configs/bash_completion.sh +++ b/tv/2configs/bash/completion.sh diff --git a/tv/2configs/bash.nix b/tv/2configs/bash/default.nix index 40c0725ed..40c0725ed 100644 --- a/tv/2configs/bash.nix +++ b/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 |