diff --git a/dot.bashrc b/dot.bashrc index 660d7d6..073b3ff 100644 --- a/dot.bashrc +++ b/dot.bashrc @@ -143,3 +143,7 @@ ex () echo "'$1' is not a valid file" fi } +# Theme.sh +export THEME_HISTFILE=~/.theme_history +[ -e "$THEME_HISTFILE" ] && theme.sh "$(theme.sh -l|tail -n1)" +alias th='theme.sh -i2'