From 74497c357eef90d227f39bdb45f817afc3086817 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 18 Jul 2015 12:36:26 +0200 Subject: 2 tv.base: add bash completion for ssh 2configs/tv/bash_completion.sh imported from bash-completion-2.1 --- 2configs/tv/base.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to '2configs/tv/base.nix') 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 = '' -- cgit v1.2.3