diff options
Diffstat (limited to '.env')
| -rw-r--r-- | .env | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ] \ |
