summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-09-08 13:49:13 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-09-08 13:49:13 +0200
commitc2cd11e59569f460f276dcad713aacfbd7d1a1a1 (patch)
treedc790d87362f56b0ed1e3b6bb3298fb27d1ef27f
parent43c3ffb9fd412e768a324f49dde61a697bc019f3 (diff)
bash: Remove GDK_BACKEND export
-rw-r--r--.bashrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index b5c0070..cfc8805 100644
--- a/.bashrc
+++ b/.bashrc
@@ -86,7 +86,6 @@ 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