master
Daniel Napora 2 years ago
parent 62429bedd0
commit 2779de7470
  1. 4
      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'

Loading…
Cancel
Save