summaryrefslogtreecommitdiffstats
path: root/sh/.config/shell/profile
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2022-08-31 17:01:14 -0500
committerMatt Strapp <matt@mattstrapp.net>2022-08-31 17:01:14 -0500
commit21a1e442ea40ea6e40ffd2db9755a252d59f86fb (patch)
tree731ef852aeec77559eb6865e28e23e7082502cdf /sh/.config/shell/profile
parentupdate dotfiles ig (diff)
downloaddotfiles-21a1e442ea40ea6e40ffd2db9755a252d59f86fb.tar
dotfiles-21a1e442ea40ea6e40ffd2db9755a252d59f86fb.tar.gz
dotfiles-21a1e442ea40ea6e40ffd2db9755a252d59f86fb.tar.bz2
dotfiles-21a1e442ea40ea6e40ffd2db9755a252d59f86fb.tar.lz
dotfiles-21a1e442ea40ea6e40ffd2db9755a252d59f86fb.tar.xz
dotfiles-21a1e442ea40ea6e40ffd2db9755a252d59f86fb.tar.zst
dotfiles-21a1e442ea40ea6e40ffd2db9755a252d59f86fb.zip
e
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'sh/.config/shell/profile')
-rw-r--r--sh/.config/shell/profile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sh/.config/shell/profile b/sh/.config/shell/profile
index 50ff763..0bf3a5c 100644
--- a/sh/.config/shell/profile
+++ b/sh/.config/shell/profile
@@ -19,7 +19,7 @@ export USERXSESSION="$XDG_CACHE_HOME/X11/xsession"
export USERXSESSIONRC="$XDG_CACHE_HOME/X11/xsessionrc"
export ALTUSERXSESSION="$XDG_CACHE_HOME/X11/Xsession"
export ERRFILE="$XDG_CACHE_HOME/X11/xsession-errors"
-export GPG_TTY=$(tty)
+export GPG_TTY=$TTY
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CACHE_HOME="$HOME/.cache"
@@ -54,9 +54,10 @@ export OCTAVE_HISTFILE="$XDG_CACHE_HOME/octave/octave_hist"
export ICEAUTHORITY="$XDG_CACHE_HOME/ICEauthority"
export HISTORY_IGNORE="(ls|cd|pwd|exit|sudo reboot|history|cd -|cd ..|clear|fg)"
export GDBHISTFILE="$XDG_DATA_HOME"/gdb/history
-export PAGER=nvimpager
+#export PAGER=nvimpager
# Other program settings:
+export DOTNET_CLI_TELEMETRY_OPTOUT=1
export DICS="/usr/share/stardict/dic/"
export SUDO_ASKPASS="$HOME/.local/bin/dmenupass"
export FZF_DEFAULT_OPTS="--layout=reverse --height 40%"