Updated bash history and added page up/down bindings to tmux
This commit is contained in:
@@ -35,6 +35,9 @@ short_find() {
|
||||
}
|
||||
alias f=short_find
|
||||
|
||||
# enable va-api in firefox
|
||||
export MOZ_X11_EGL=1
|
||||
|
||||
#not sure why fedora doesnt set this or what it might break but here we go
|
||||
export XDG_CONFIG_HOME=$HOME/.config
|
||||
|
||||
@@ -71,8 +74,8 @@ export NNN_FALLBACK_OPENER=xdg-open
|
||||
# HISTORY
|
||||
#add date/time to history
|
||||
export HISTTIMEFORMAT="%F %T: "
|
||||
export HISTSIZE=2000
|
||||
export HISTFILESIZE=5000
|
||||
export HISTSIZE=100000
|
||||
export HISTFILESIZE=1000000
|
||||
|
||||
#if tty -s; then
|
||||
if [ -t 1 ]; then
|
||||
|
||||
Reference in New Issue
Block a user