Skip to content

Instantly share code, notes, and snippets.

@nehalist
Created August 15, 2018 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nehalist/06bd8b0ba8887a5f86272fb98a8ffbc4 to your computer and use it in GitHub Desktop.
Save nehalist/06bd8b0ba8887a5f86272fb98a8ffbc4 to your computer and use it in GitHub Desktop.
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
export PATH=/home/kh/.npm-global/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=/home/kh/.oh-my-zsh
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
#ZSH_THEME="robbyrussell"
ZSH_THEME="spaceship"
SPACESHIP_PROMPT_ORDER=(
time
user
dir
git
exec_time
exit_code
line_sep
char
)
SPACESHIP_DIR_TRUNC_REPO=false
SPACESHIP_DIR_TRUNC=0
SPACESHIP_PROMPT_PREFIXES_SHOW=false
SPACESHIP_CHAR_SYMBOL="$"
SPACESHIP_CHAR_SUFFIX=" "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment