my.zsh/zshrc.sample

16 lines
323 B
Plaintext
Raw Permalink Normal View History

2018-05-24 16:32:36 +01:00
export MYZSH=$HOME/.my.zsh
2013-05-07 22:13:37 +01:00
THEME=$MYZSH/themes/lxsameer.zsh-theme
2021-12-08 21:52:25 +00:00
# Choose the system type you want: options are gentoo, debian, mac
export SYSTEM_TYPE="gentoo"
2013-05-07 22:13:37 +01:00
source $MYZSH/my.zsh
2013-05-07 22:13:37 +01:00
PROJECTS=$HOME/src/
# All of your configuration goes this file
load_overrides ~/.zshrc.override
setup_highlighting
setup_autosuggestion