mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Compare commits
No commits in common. "88ee32fe5090571c8f0b24c5019bd2404e154bee" and "315ce2e4680abb9a49e8400f6cc1904d7af6e74b" have entirely different histories.
88ee32fe50
...
315ce2e468
@ -18,8 +18,7 @@ let g:ale_fixers = {
|
|||||||
\ 'ruby': [
|
\ 'ruby': [
|
||||||
\ 'remove_trailing_lines',
|
\ 'remove_trailing_lines',
|
||||||
\ 'trim_whitespace',
|
\ 'trim_whitespace',
|
||||||
\ 'rubocop',
|
\ 'rubocop'
|
||||||
\ 'standardrb'
|
|
||||||
\ ],
|
\ ],
|
||||||
\ 'typescript': [
|
\ 'typescript': [
|
||||||
\ 'remove_trailing_lines',
|
\ 'remove_trailing_lines',
|
||||||
|
|||||||
@ -17,7 +17,7 @@ update_git_prompt() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $VCS_STATUS_HAS_UNSTAGED == 1 ]]; then
|
if [[ $VCS_STATUS_HAS_UNSTAGED == 1 ]]; then
|
||||||
GIT_PROMPT+="%{$fg_bold[red]%}*%{$reset_color%}"
|
GIT_PROMPT+="%{$fg_bold[red]%}∗%{$reset_color%}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
GIT_PROMPT+="%{$fg[blue]%}]%{$reset_color%} "
|
GIT_PROMPT+="%{$fg[blue]%}]%{$reset_color%} "
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user