M .vimrc
This commit is contained in:
11
.bashrc
11
.bashrc
@@ -94,10 +94,13 @@ export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
|
||||
alias fzfcmd='fzf --bind "enter:execute($EDITOR {})"'
|
||||
bind -x '"\C-p": fzfcmd;'
|
||||
|
||||
#setup history for fzf
|
||||
export HISTIGNORE="ls:cd:exit:ps:history:pass:gpg:start*"
|
||||
export HISTSIZE=4096
|
||||
export HISTFILESIZE=16384
|
||||
#setup bash history
|
||||
export HISTIGNORE="ls*:cd*:exit:ps*:history:pass*:gpg*:start*"
|
||||
# export HISTSIZE=4096
|
||||
export HISTSIZE=-1 #make unlimited
|
||||
# export HISTSIZE=0 #disable history
|
||||
# export HISTFILESIZE=32768
|
||||
unset HISTFILESIZE
|
||||
export HISTCONTROL=ignoreboth:erasedups
|
||||
shopt -s histappend
|
||||
# export HISTTIMEFORMAT='%Y-%m-%d %H:%M:%S | '
|
||||
|
||||
Reference in New Issue
Block a user