From 90848e777c435328acf4b81773d8d7684bfcf21f Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 24 Mar 2019 17:40:44 +0700 Subject: Update 2019-03-24 --- debian/.bashrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/.bashrc') diff --git a/debian/.bashrc b/debian/.bashrc index 9fa6a6e..f4a52ce 100644 --- a/debian/.bashrc +++ b/debian/.bashrc @@ -16,8 +16,8 @@ HISTCONTROL=ignoreboth shopt -s histappend # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) -HISTSIZE=1000 -HISTFILESIZE=2000 +HISTSIZE=32767 +HISTFILESIZE=65536 # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. @@ -103,6 +103,7 @@ alias fpc='fpc -O1 -XS -gl' alias mpa='mpv --no-video --loop=inf' alias raku=perl6 alias x='cd $HOME && startx && cd -' +eval $(thefuck --alias) # enable programmable completion features (you don't need to enable # this, if it's already enabled in /etc/bash.bashrc and /etc/profile -- cgit 1.4.1