Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.
/ zsh-prompt Public archive

[DEPRECATED] zsh prompt to use with git or/and rvm

Notifications You must be signed in to change notification settings

dmitryrck/zsh-prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zsh prompt config and functions to use with rvm or git.

Install with oh-my-zsh

git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
mv ~/.zshrc ~/.zshrc.orig
cp -i ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc

Install zsh-prompt

git clone git://github.com/dmitrynix/zsh-prompt.git ~/.zsh-prompt

Configure

Append to zsh config file:

# Customize to your needs...
[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm
source ~/.zsh-prompt/load

PROMPT=$'%1d$(prompt_git_info)%# '
RPROMPT='$(rvm_ruby_prompt)'

IMPORTANT

I am using dot-files.

About

[DEPRECATED] zsh prompt to use with git or/and rvm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published