Currently only ~/.xrayconfig for all projects. If we could put .xrayconfig into each rails app that would be perfect.
For example I use tmux and I'd love to set :editor: "/usr/local/bin/tmux send -t rails_app:editor $'\e' :tabe $file ENTER" as my editor. And I have to modify this file whenever I switch project.
Currently only
~/.xrayconfig
for all projects. If we could put.xrayconfig
into each rails app that would be perfect.For example I use tmux and I'd love to set
:editor: "/usr/local/bin/tmux send -t rails_app:editor $'\e' :tabe $file ENTER"
as my editor. And I have to modify this file whenever I switch project.Any1 want this feature as well?