22 lines
		
	
	
		
			543 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			543 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # ~/.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
 | |
| source $DOTFILES/zsh/functions.zsh
 | |
| 
 | |
| clear && screenfetch
 | |
| 
 | |
| 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
 |