diff options
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |