master
Daniel Napora 2021-01-12 01:21:24 +01:00
parent 62429bedd0
commit 2779de7470
1 changed files with 4 additions and 0 deletions

View File

@ -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'