summaryrefslogtreecommitdiff
path: root/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'index.txt')
-rw-r--r--index.txt20
1 files changed, 19 insertions, 1 deletions
diff --git a/index.txt b/index.txt
index 4ed975b..a48ab80 100644
--- a/index.txt
+++ b/index.txt
@@ -2,6 +2,9 @@
= GIT Prompt
+* Repo: httpx://github.com/lvv/scc[GitHub], httpx://bitbucket.org/lvv/scc[BitBucket] +
+* License: httpx://www.gnu.org/licenses/gpl-3.0.html[GPL3]
+
:v-p: http://volnitsky.com/project
:compact-option: compact
@@ -105,7 +108,19 @@ Some distros also have `/etc/bashrc` or `/etc/bash/bashrc` with distro default
prompt.
-== Config
+
+== GIT config
+
+GIT-PROMPT requires following GIT's option to be set:
+
+-------------------------
+git config [--global] core.quotepath off
+git config [--global] --unset svn.pathnameencoding
+git config [--global] --unset i18n.logoutputencoding
+-----------------------------
+
+
+== GIT-PROMPT config
[[config]]
Is optional. If config file is not found then git-prompt uses defaults.
@@ -158,6 +173,9 @@ dependencies are standard unix utils.
== Todo
+* httpx://jonisalonen.com/2012/your-bash-prompt-needs-this/[]
+* httpx://tldp.org/HOWTO/Bash-Prompt-HOWTO/x810.html[Beep after long running command]
+* httpx://briancarper.net/blog/248/[Sync bash history]
* VIM module needs to be moved out of GIT module
include::../volnitsky.com/project/howto-submit-patch.txt[]