From 6f392a5217ac4077f45c927e3c5c9e1b9f64858d Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Tue, 26 Sep 2017 10:00:11 +0200 Subject: [PATCH] run silently in background --- bashrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 1fa3e98..0e8c84f 100644 --- a/bashrc +++ b/bashrc @@ -31,6 +31,7 @@ unset RESET complete -c man complete -cf sudo complete -cf exec +complete -cf run # history export HISTCONTROL=ignorespace:erasedups @@ -49,10 +50,10 @@ alias nano="nvim" # Ready for ssh'ing alias agent='eval "$(ssh-agent)" && ssh-add' +alias unlock='gpg-connect-agent << /dev/null 2>&1 & +} +