Mercurial > dotfiles
comparison dot_bashrc @ 258:e76bb97c0099
Add kitty configuration
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 21 May 2020 17:35:19 +0200 |
parents | d726921aaabe |
children | 81e00b8647b9 |
comparison
equal
deleted
inserted
replaced
257:d726921aaabe | 258:e76bb97c0099 |
---|---|
22 export HISTSIZE=10000 | 22 export HISTSIZE=10000 |
23 export HISTFILESIZE=20000 | 23 export HISTFILESIZE=20000 |
24 shopt -s histappend | 24 shopt -s histappend |
25 shopt -s cmdhist | 25 shopt -s cmdhist |
26 export HISTINGORE="pwd:ls:history" | 26 export HISTINGORE="pwd:ls:history" |
27 | |
28 export XDG_CONFIG_HOME=$HOME/.config | |
27 | 29 |
28 PATH=$HOME/bin:$PATH | 30 PATH=$HOME/bin:$PATH |
29 | 31 |
30 cd_func () | 32 cd_func () |
31 { | 33 { |