about summary refs log tree commit diff
path: root/debian/.bashrc
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-03-24 17:40:44 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-03-24 17:40:44 +0700
commit90848e777c435328acf4b81773d8d7684bfcf21f (patch)
tree5d56c11061e2537e8c12bfb11dcad6a6eb4c6edb /debian/.bashrc
parent2b76a36ad07d776988104ba0587958384808603a (diff)
downloaddotfiles-90848e777c435328acf4b81773d8d7684bfcf21f.tar.gz
Update 2019-03-24
Diffstat (limited to 'debian/.bashrc')
-rw-r--r--debian/.bashrc5
1 files changed, 3 insertions, 2 deletions
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