feat: bash completion cache
This commit is contained in:
parent
d6aece2460
commit
421674018f
4 changed files with 18 additions and 13 deletions
|
@ -5,10 +5,10 @@ export XDG_STATE_HOME="$HOME/.local/state"
|
|||
export XDG_CONFIG_DIRS=/etc/xdg
|
||||
export XDG_DATA_DIRS="$XDG_DATA_HOME/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share"
|
||||
|
||||
HISTFILE="$XDG_STATE_HOME/bash_history"
|
||||
HISTCONTROL=ignoreboth
|
||||
HISTSIZE=65536
|
||||
SAVEHIST=8192
|
||||
export HISTFILE="$XDG_STATE_HOME/bash_history"
|
||||
export HISTCONTROL=ignoreboth
|
||||
export HISTSIZE=65536
|
||||
export SAVEHIST=8192
|
||||
|
||||
export LESSHISTFILE='-'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue