Skip to content

regit/subversion-prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Subversion-prompt

Introduction

Subversion prompt is a bash script that provide an easy way to modify your bash prompt to add information about the subversion state of the current directory.

Usage

To use it, add something like that to your .bashrc

SVNP_HUGE_REPO_EXCLUDE_PATH="nufw-svn$|/tags$|/branches$"
. ~/bin/subversion-prompt
# set a fancy prompt
PS1='\u@\h:\w$(__svn_stat)\$ '

Configuration

See in documentation included in the script.

About

Subversion aware prompt for bash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages