Skip to content

Instantly share code, notes, and snippets.

@svpernova09
Created October 9, 2019 19:59
Show Gist options
  • Save svpernova09/c473864c1e9eec8db51a910af3f2c67c to your computer and use it in GitHub Desktop.
Save svpernova09/c473864c1e9eec8db51a910af3f2c67c to your computer and use it in GitHub Desktop.
# 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