Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/regit/subversion-prompt

Subversion aware prompt for bash
https://github.com/regit/subversion-prompt

Last synced: 9 days ago
JSON representation

Subversion aware prompt for bash

Awesome Lists containing this project

README

        

=================
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.