diff options
Diffstat (limited to 'sh/.config/shell/profile')
-rw-r--r-- | sh/.config/shell/profile | 5 |
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%" |