diff options
| author | Mehdi Sadeghi <mehdi@mehdix.org> | 2022-02-16 08:34:19 +0100 |
|---|---|---|
| committer | Mehdi Sadeghi <mehdi@mehdix.org> | 2022-02-16 08:34:19 +0100 |
| commit | acc0e5f18e47b47c6a9c2aed64349a00d93cec63 (patch) | |
| tree | c0ddcdc99bd8dd66706466c35227a58fabe5e081 /.env | |
| parent | a45e09e96744030078bca68f1f6d9f3136c37d39 (diff) | |
Set term to foot. Fix loading env from su.
Diffstat (limited to '.env')
| -rw-r--r-- | .env | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -34,13 +34,6 @@ alias gst='git status' # Use correct TTY for GPG Pinentry export GPG_TTY="$(tty)" gpg-connect-agent updatestartuptty /bye >/dev/null -export TERM=xterm -export PATH=$HOME/.local/bin:$PATH -export PATH=$HOME/.local/bin/`hostname`:$PATH -export PATH=$HOME/.local/bin/`uname -m`:$PATH -export PATH=$HOME/.cargo/bin:$PATH -export GOPATH="$HOME/.local/share/go" -export PATH=$GOPATH/bin:$PATH export PATH=$HOME/.local/bin:$PATH export PATH=$HOME/.local/bin/`hostname`:$PATH export PATH=$HOME/.local/bin/`uname -m`:$PATH |
