diff 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
line wrap: on
line diff
--- a/dot_bashrc	Thu May 21 11:28:36 2020 +0200
+++ b/dot_bashrc	Thu May 21 17:35:19 2020 +0200
@@ -25,6 +25,8 @@
 shopt -s cmdhist
 export HISTINGORE="pwd:ls:history"
 
+export XDG_CONFIG_HOME=$HOME/.config
+
 PATH=$HOME/bin:$PATH
 
 cd_func ()