From e3ae45d1d132b9dfce68e9fc153edd5d76a98416 Mon Sep 17 00:00:00 2001 From: Dimitar Dimitrov Date: Thu, 4 Jan 2018 00:19:58 +0000 Subject: [PATCH] startx despite Ctrl+C --- .zprofile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zprofile b/.zprofile index 12dfae6..669b9ea 100644 --- a/.zprofile +++ b/.zprofile @@ -73,6 +73,9 @@ fi export LESS='-i -r -s -W -M -PM?f%f - :.?L%L lines, .?ltL\:%lt:.?pB, %pB\% : .?e(Bottom)%t' export PAGER=less +setopt local_traps +TRAPINT() { echo 'No ssh' 1>&2 } + if (( $+commands[keychain] )) then eval "$(keychain --eval --agents ssh -Q --quiet id_rsa id_rsa_git)"