diff options
author | tv <tv@shackspace.de> | 2015-07-18 12:36:26 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-18 12:48:57 +0200 |
commit | 74497c357eef90d227f39bdb45f817afc3086817 (patch) | |
tree | 28f9ad572a339e5c99503003cbac0280c1f67d92 /2configs/tv/base.nix | |
parent | 9f3c4a2381d49da736cab45435777525d96f22a8 (diff) |
2 tv.base: add bash completion for ssh
2configs/tv/bash_completion.sh imported from bash-completion-2.1
Diffstat (limited to '2configs/tv/base.nix')
-rw-r--r-- | 2configs/tv/base.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/2configs/tv/base.nix b/2configs/tv/base.nix index 751a4beed..0494ea08e 100644 --- a/2configs/tv/base.nix +++ b/2configs/tv/base.nix @@ -1,5 +1,6 @@ { config, lib, pkgs, ... }: +with builtins; with lib; let @@ -116,6 +117,8 @@ in shopt -s no_empty_cmd_completion complete -d cd + ${readFile ./bash_completion.sh} + # TODO source bridge ''; promptInit = '' |