about summary refs log tree commit diff stats
path: root/dot_config/bash/prompt
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/bash/prompt')
-rw-r--r--dot_config/bash/prompt1
1 files changed, 0 insertions, 1 deletions
diff --git a/dot_config/bash/prompt b/dot_config/bash/prompt
index c2f5800..8e914a8 100644
--- a/dot_config/bash/prompt
+++ b/dot_config/bash/prompt
@@ -1,6 +1,5 @@
 #!/usr/bin/env bash
 
-# prompt
 # get current branch in git repo
 function parse_git_branch() {
 	BRANCH=`git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/'`