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