summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 884b28e..4b0e91b 100644
--- a/.bashrc
+++ b/.bashrc
@@ -82,6 +82,7 @@ export REPODIR="$HOME/code"
export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
export PATH="$HOME/.local/bin:$HOME/.local/sbin:/opt/odin:$GOROOT/bin:$GOPATH/bin:$PATH"
+export CLANGD_FLAGS='-header-insertion=never'
export GPG_TTY=`tty`
export HISTSIZE=100000
export LESS='-RF'