2016-08-22 12:04:24 +02:00
|
|
|
# ~/.zshrc
|
|
|
|
|
|
|
|
# Path to the dotfiles
|
|
|
|
DOTFILES=$HOME/.config/dotfiles
|
|
|
|
|
|
|
|
# Path to your oh-my-zsh configuration
|
2016-12-08 22:23:07 +01:00
|
|
|
ZSH=$HOME/.config/oh-my-zsh
|
2016-08-22 12:04:24 +02:00
|
|
|
ZSH_CUSTOM=$HOME/.config/dotfiles/zsh/oh-my-zsh
|
|
|
|
|
|
|
|
ZSH_THEME="laptop"
|
|
|
|
|
|
|
|
source $DOTFILES/zsh/config.zsh
|
2016-12-02 09:16:54 +01:00
|
|
|
source $DOTFILES/zsh/exports.zsh
|
2016-08-22 12:04:24 +02:00
|
|
|
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
|
|
|
|