1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Barber
88ee32fe50 Better dirty symbol 2021-10-12 16:42:16 -05:00
Daniel Barber
de7d95bac8 Add StandardRB to Ruby linters 2021-10-12 16:42:00 -05:00
2 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,8 @@ let g:ale_fixers = {
\ 'ruby': [
\ 'remove_trailing_lines',
\ 'trim_whitespace',
\ 'rubocop'
\ 'rubocop',
\ 'standardrb'
\ ],
\ 'typescript': [
\ 'remove_trailing_lines',

View File

@ -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%} "