Skip to content

Commit dc8a6ca

Browse files
committed
hi
1 parent e84c768 commit dc8a6ca

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.bashrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
10701070
alias 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+

.pryrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ begin
3636
include Rails.application.routes.url_helpers
3737
puts "✅ #{'include'.light_yellow} #{'Rails.application.routes.url_helpers'.cyan}"
3838
rescue LoadError
39-
puts "Warning: factory_bot_rails gem not found"
39+
puts "Warning: couldn't load route helpers"
4040
end
4141

4242
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)