aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-06-19 20:51:50 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-06-19 20:51:50 +0200
commitb0faf2c1c03d3a9994ff07a92d055ed7191a2c37 (patch)
tree31da4472fa8f84048ed31076f7071d15c430628e
parent3e0718bd724ae5f9e1f757454e1fd71604872ed1 (diff)
downloadlbsd-b0faf2c1c03d3a9994ff07a92d055ed7191a2c37.tar.gz
~/.profile: Hide ssh-agent output
-rw-r--r--home/john/.profile2
1 files changed, 1 insertions, 1 deletions
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`