diff --git a/.bashrc b/.bashrc index ba83f57..fc6f992 100644 --- a/.bashrc +++ b/.bashrc @@ -80,6 +80,10 @@ if [ -d "$HOME/.local/bin" ]; then export PATH="$PATH:$HOME/.local/bin" fi +if [ -d "$HOME/.local/bin" ]; then + export PATH="$PATH:$HOME/.local/bin" +fi + # add the Go bindir to the path if we have the standard Go install dir if [ -d /usr/local/go ]; then export PATH=$PATH:$HOME/go/bin:/usr/local/go/bin diff --git a/.gitignore b/.gitignore index 513d3cd..17844e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ backup __pycache__ gitui/gitui.log +kitty/kitty.conf.bak diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 1158368..e154c2f 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -2399,3 +2399,9 @@ #: }}} #: }}} + + +# BEGIN_KITTY_THEME +# Jellybeans +include current-theme.conf +# END_KITTY_THEME \ No newline at end of file