diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-19 20:51:50 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-19 20:51:50 +0200 |
commit | b0faf2c1c03d3a9994ff07a92d055ed7191a2c37 (patch) | |
tree | 31da4472fa8f84048ed31076f7071d15c430628e | |
parent | 3e0718bd724ae5f9e1f757454e1fd71604872ed1 (diff) | |
download | lbsd-b0faf2c1c03d3a9994ff07a92d055ed7191a2c37.tar.gz |
~/.profile: Hide ssh-agent output
-rw-r--r-- | home/john/.profile | 2 |
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` |