2016-08-22 12:04:24 +02:00
|
|
|
# ~/.zshrc
|
|
|
|
|
|
|
|
# Path to the dotfiles
|
|
|
|
DOTFILES=$HOME/.config/dotfiles
|
|
|
|
|
|
|
|
# Path to your oh-my-zsh configuration
|
|
|
|
ZSH=$HOME/.oh-my-zsh
|
|
|
|
ZSH_CUSTOM=$HOME/.config/dotfiles/zsh/oh-my-zsh
|
|
|
|
|
|
|
|
ZSH_THEME="laptop"
|
|
|
|
|
|
|
|
source $DOTFILES/zsh/exports.zsh
|
|
|
|
source $DOTFILES/zsh/config.zsh
|
|
|
|
source $DOTFILES/zsh/aliases.zsh
|
2016-08-22 16:34:51 +02:00
|
|
|
source $DOTFILES/zsh/functions.zsh
|
2016-08-22 12:04:24 +02:00
|
|
|
|
|
|
|
clear && screenfetch
|
2016-09-07 19:51:39 +02:00
|
|
|
|
|
|
|
if [ -e "/home/thomas/.more-scripts/motorcyle.py" ]; then
|
|
|
|
echo -ne "\033[F\033[F\033[F\033[F\033[F\t\t\t\t\t\b\033[1;36mA:\033[0m `/home/thomas/.more-scripts/motorcyle.py`\n\n\n\n\n"
|
|
|
|
fi
|