summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-11-21 23:59:40 -0500
committerAmin Bandali <bandali@gnu.org>2020-11-21 23:59:40 -0500
commit461f4ab22704d2debbf0d5b15337b8c599580fb7 (patch)
tree562ab3562b46e17333eae3949a38000108d20d6f /.profile
parent5df344632add107633464336c536331eaec68953 (diff)
downloadconfigs-461f4ab22704d2debbf0d5b15337b8c599580fb7.tar.gz
configs-461f4ab22704d2debbf0d5b15337b8c599580fb7.tar.xz
configs-461f4ab22704d2debbf0d5b15337b8c599580fb7.zip
A few more small changes
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.profile b/.profile
index 555bfb4..5e70783 100644
--- a/.profile
+++ b/.profile
@@ -38,7 +38,7 @@ export MAILDIR="$HOME/mail"
export CVS_RSH="ssh"
if [ -x "$(command -v go)" ]; then
- export GOPATH="$HOME/src/go"
+ export GOPATH="$HOME/s/go"
export PATH="$GOPATH/bin:$PATH"
fi
@@ -80,7 +80,7 @@ export PATH="$HOME/u/local/bin:$HOME/.local/bin:$PATH"
# start an ssh-agent (with guix's openssh)
if [ -z "$IS_GUIX_SYSTEM" ]; then
if ! pgrep -u "$USER" ssh-agent > /dev/null; then
- rm ~/.ssh-agent-thing
+ rm -f ~/.ssh-agent-thing
ssh-agent > ~/.ssh-agent-thing
fi
if [[ ! "$SSH_AUTH_SOCK" ]]; then