summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 4387d9d..b5c0070 100644
--- a/.bashrc
+++ b/.bashrc
@@ -86,10 +86,13 @@ export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
export PATH="$HOME/.local/bin:$HOME/.local/sbin:/opt/odin:$GOROOT/bin:$GOPATH/bin:$XDG_DATA_HOME/npm/bin:$PATH"
export CLANGD_FLAGS='-header-insertion=never'
+export GDK_BACKEND=x11
export GPG_TTY=`tty`
+export GTK_IM_MODULE=xim
export HISTSIZE=100000
export LESS='-RF'
export PRINTER='HP_OfficeJet_8010'
+export QT_IM_MODULE=xim
export VAULT_2FA='2 Factor Authentication'
alias ..='cd ..'