Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/regit/subversion-prompt
- Owner: regit
- Created: 2011-08-03T06:34:40.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-03T06:42:29.000Z (over 13 years ago)
- Last Synced: 2023-03-12T05:16:57.621Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 88.9 KB
- Stars: 12
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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.