diff options
| author | Mehdi Sadeghi <mehdi@mehdix.org> | 2023-02-08 11:38:25 +0100 |
|---|---|---|
| committer | Mehdi Sadeghi <mehdi@mehdix.org> | 2023-02-08 11:38:25 +0100 |
| commit | 1f2950e85ba8b1bf6dd7921eff76a0cef7b8b54f (patch) | |
| tree | 2314465ebe28c8ddfaf947f8dd16a342ac666769 /.env | |
| parent | f8759897293de64c101a69bec3af2705b7c84902 (diff) | |
Make i3status battery view more generic (thinkpad)
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 ] \ |
