diff options
| author | tv <tv@krebsco.de> | 2015-07-18 12:36:26 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2015-07-18 12:48:57 +0200 |
| commit | 4cb466ebd0a3dc3837bba374f8083c580ebb489f (patch) | |
| tree | 28f9ad572a339e5c99503003cbac0280c1f67d92 /2configs/tv/base.nix | |
| parent | 75b2d2aa50b95b0844f8e3eab2c68c223ffad2ee (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 751a4be..0494ea0 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 = '' |
