aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-12-03 20:04:36 -0500
committertdro <tdro@users.noreply.github.com>2021-12-03 20:04:36 -0500
commitbe56792c447c2fae794cb8d08810cd60f2003f5d (patch)
treec07272f5e43b4be8499aa1a789f052c83e3c2488
parent78eaa41ba2a69b492b4a22d59e4451de536bedbe (diff)
downloaddotfiles-be56792c447c2fae794cb8d08810cd60f2003f5d.tar.gz
dotfiles-be56792c447c2fae794cb8d08810cd60f2003f5d.tar.bz2
dotfiles-be56792c447c2fae794cb8d08810cd60f2003f5d.zip
.bash_profile: Disable overlay scroll
-rw-r--r--.bash_profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index 0b2053e..36277aa 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -47,6 +47,7 @@ export FZF_DIRECTORY_MARKS=$XDG_CONFIG_HOME/fzf/marks/directories
export FZF_FILE_MARKS=$XDG_CONFIG_HOME/fzf/marks/files
export GNUPGHOME="$XDG_DATA_HOME/gnupg"
export GOPATH="$XDG_DATA_HOME/go"
+export GTK_OVERLAY_SCROLLING=0
export HISTCONTROL=ignoreboth:erasedups
export HISTFILESIZE=
export HISTSIZE=