Skip to content

Commit

Permalink
Artem's tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
archon810 committed Dec 14, 2017
1 parent 689cbbe commit 380bf69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git-prompt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
########################################################### ETC

# Some don't like hostname in uppercase
# upcase_hostname=on # =off
upcase_hostname=off # Artem tweak
# Some don't like long hostname
# short_hostname=off # =on

Expand All @@ -64,7 +64,7 @@

### prompt character for root/non-root, default '>' for both
# prompt_char='>'
# root_prompt_char='>'
root_prompt_char='#' # Artem tweak
## prompt_char='$'
## prompt_char='➔'
## root_prompt_char='#'
Expand Down
1 change: 1 addition & 0 deletions git-prompt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ set_shell_label() {
# # tty="${WINDOW:+s}$WINDOW${WINDOW:+-}$tty"
# tty="${WINDOW:+s}$WINDOW" # replace tty name with screen number
tty="$WINDOW" # replace tty name with screen number
tty="" # don't show screen number - Artem tweak
fi

# we don't need tty name under X11
Expand Down

0 comments on commit 380bf69

Please sign in to comment.