From c302fa7d08e579464b47131cfe6bc665633059e5 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Thu, 21 Nov 2019 23:36:00 +0100 Subject: [PATCH] Bash completions for stack --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 074a9d7..fa271f0 100644 --- a/.bashrc +++ b/.bashrc @@ -37,3 +37,5 @@ gpg-connect-agent updatestartuptty /bye >/dev/null # Rust src path used for library tagging export RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/src/ + +eval "$(stack --bash-completion-script stack)"