From b0faf2c1c03d3a9994ff07a92d055ed7191a2c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 19 Jun 2021 20:51:50 +0200 Subject: ~/.profile: Hide ssh-agent output --- home/john/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/john') diff --git a/home/john/.profile b/home/john/.profile index 2cd527e..fea0f5c 100644 --- a/home/john/.profile +++ b/home/john/.profile @@ -44,4 +44,4 @@ export LC_ALL=en_US.UTF-8 export RTV_BROWSER=w3m export CHOICES=~/.choices -! pgrep ssh-agent 2>/dev/null && eval `ssh-agent` +! pgrep ssh-agent 1>/dev/null && eval `ssh-agent` -- cgit v1.2.3