summaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
Diffstat (limited to '.env')
-rw-r--r--.env6
1 files changed, 3 insertions, 3 deletions
diff --git a/.env b/.env
index 9d566e1..c6bb97b 100644
--- a/.env
+++ b/.env
@@ -10,13 +10,13 @@ HISTFILE=.sh_history
# Tell Readline to use vi-style keybindings
#set -o vi
-if [ -z "${SSH_AGENT_PID}" ]; then
+#if [ -z "${SSH_AGENT_PID}" ]; then
if ! [ -e /tmp/ssh-agent-$USER ]
then
ssh-agent 2>/dev/null >/tmp/ssh-agent-$USER
fi
. /tmp/ssh-agent-$USER >/dev/null
-fi
+#fi
# Aliases
# `githome` alias is a trick to avoid having git prompt when working
@@ -53,7 +53,7 @@ GOPATH="$HOME/.local/share/go"
PATH=$GOPATH/bin:$PATH
export PATH
export LANGUAGE=en
-BROWSER=w3m
+export BROWSER=w3m
# Load nix if available
[ -e $HOME/.nix-profile/etc/profile.d/nix.sh ] \