mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
git_prompt_status now compatible with zsh
This commit is contained in:
parent
a29f48070a
commit
e1adf97cfe
4 changed files with 17 additions and 11 deletions
|
|
@ -63,7 +63,7 @@ clear_incomplete_line() {
|
|||
}
|
||||
|
||||
# git prompt info
|
||||
source $DOTFILES_BASH_DIR/git_prompt_info
|
||||
source $DOTFILES_SHELL_DIR/git_prompt_info
|
||||
GIT_PS1_SHOWDIRTYSTATE=1
|
||||
GIT_PS1_SHOWSTASHSTATE=1
|
||||
GIT_PS1_SHOWUNTRACKEDFILES=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue