Skip to content

Commit

Permalink
Changed zsh prompt colors; Changed mistakes in gitconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
rsherstnev committed Feb 21, 2024
1 parent 9327a8f commit 18f882a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions git/.gitconfig
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[user]
name = NordeN
email = [email protected]
name = NordeN
email = [email protected]
[core]
longpaths = true
quotepath = off
safecrlf = warn
editor = vim
longpaths = true
quotepath = off
safecrlf = warn
editor = vim
[diff]
tool = meld
tool = meld
[difftool "meld"]
cmd = meld $LOCAL $REMOTE
[merge]
tool = meld
tool = meld
[mergetool "meld"]
prompt = false
keepBackup = true
keepBackup = false
cmd = meld "$LOCAL" "$MERGED" "$REMOTE" --output="$MERGED"
[alias]
lore = log --all --pretty=format:'%C(174)%h%C(auto)%d %C(114)[%s]'
df = difftool --dir-diff
lore = log --all --pretty=format:'%C(174)%h%C(auto)%d %C(114)[%s]'
df = difftool -t meld
mt = mergetool -t meld
2 changes: 1 addition & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ bindkey '^[[B' down-line-or-search
bindkey '^ ' autosuggest-accept

# Настройки Shell Prompt
export PROMPT='$FG[224]┌──[%F{8}%*%f$FG[224]]-[$FG[167]%n$FG[217]@$FG[215]%M$FG[224]]-[$FG[109]%~$FG[224]] $(git_prompt_info)%{$reset_color%}
export PROMPT='$FG[224]┌──[%F{29}%*%f$FG[224]]-[$FG[167]%n$FG[217]@$FG[215]%M$FG[224]]-[$FG[109]%~$FG[224]] $(git_prompt_info)%{$reset_color%}
└─$FG[224]# '
export ZSH_THEME_GIT_PROMPT_PREFIX="$FG[145]git:[$FG[228]"
export ZSH_THEME_GIT_PROMPT_DIRTY="$FG[145]]:[$FG[228]✗$FG[145]] "
Expand Down

0 comments on commit 18f882a

Please sign in to comment.