diff options
Diffstat (limited to 'dot.zshrc.local')
| -rw-r--r-- | dot.zshrc.local | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot.zshrc.local b/dot.zshrc.local index c54a61c..190fd35 100644 --- a/dot.zshrc.local +++ b/dot.zshrc.local @@ -13,6 +13,7 @@ else zstyle :prompt:grml:left:items:percent pre ' ' fi +gpg-connect-agent /bye ssh-add -l function countdown { ENDTIME=$(date -d "$1" +%s) watch -b -e -n 1 -x sh -c 'DIFF=$(($ENDTIME - $(date +%s))); echo $(($DIFF / 60)) min $(($DIFF % 60)) s; if [ $DIFF -lt 1 ]; then exit 1; fi' |
