Skip to content

Commit 35e9436

Browse files
committed
backup current version
1 parent ca22bec commit 35e9436

File tree

6 files changed

+315
-384
lines changed

6 files changed

+315
-384
lines changed

Diff for: gitconfig

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
smudge = git media smudge %f
3232
[push]
3333
default = simple
34+
followTags = true
3435
[mergetool "kdiff3NoAuto"]
3536
cmd = kdiff3 --L1 \"$MERGED (Base)\" --L2 \"$MERGED (Local)\" --L3 \"$MERGED (Remote)\" -o \"$MERGED\" \"$BASE\" \"$LOCAL\" \"$REMOTE\"
3637
[color]

Diff for: nebirhos.zsh-theme

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ aws_prompt_info() {
1414
# Get the current ruby version in use with RVM:
1515
RUBY_PROMPT_="%{$fg_bold[green]%}\$(chruby_prompt_info) "
1616
# Get the host name (first 4 chars)
17-
HOST_PROMPT_='%{$fg_bold[red]%}@chris$(aws_prompt_info) %{$fg_bold[cyan]%}%c '
17+
HOST_PROMPT_='%{$fg_bold[red]%}$(aws_prompt_info) %{$fg_bold[cyan]%}%d '
1818
GIT_PROMPT="%{$fg_bold[blue]%}\$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}"
1919
PROMPT="$HOST_PROMPT_$RUBY_PROMPT_$GIT_PROMPT
2020
"

0 commit comments

Comments
 (0)