Created
October 9, 2019 19:59
-
-
Save svpernova09/c473864c1e9eec8db51a910af3f2c67c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is the base of the new zsh directory | |
MYZSH="$HOME/.myzsh" | |
# Specify a tmp directory to use across all modules | |
# This is the theme. | |
THEME="default" | |
# This is the list of modules that generate Left Primary output. | |
LPRIMARY=(pwd git jobs vim) | |
# This is the list of modules that generate Left Secondary output. | |
LSECONDARY=(exitcode) | |
# This is the list of modules that generate Right Primary output. | |
RPRIMARY=() | |
# This is the list of modules that generate Right Secondary output. | |
RSECONDARY=(gettime getdate) | |
# This is the title of the terminal | |
TITLE=(pwd) | |
# This is the list of modules that get processed once at shell start. | |
# They shouldn't generate output. | |
EXTRA=(ssh-add localbin completions lesscolors lscolors ll coloncolon longcmd safe-paste svperzsh) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment