File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1069,3 +1069,6 @@ alias ga="git ls-files -m --exclude-standard | fzf --print0 -m --preview 'git di
10691069# Git undo changes to selected files with FZF
10701070alias gx=" git ls-files -m --exclude-standard | fzf --print0 -m --preview 'git diff --color=always {}' | xargs -0 -t -o git checkout -- "
10711071
1072+ # Terible horrible garbage for mysql 5.6 for local service
1073+ pathadd
" /usr/local/opt/[email protected] /bin" 1074+
Original file line number Diff line number Diff line change 3636 include Rails . application . routes . url_helpers
3737 puts "✅ #{ 'include' . light_yellow } #{ 'Rails.application.routes.url_helpers' . cyan } "
3838rescue LoadError
39- puts "Warning: factory_bot_rails gem not found "
39+ puts "Warning: couldn't load route helpers "
4040end
4141
4242# -----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments