Hydra Setup
By default, Hydra looks for a configuration file at ~/.hydra.cf
.
Below is a sample configuration for the crash application:
[scm]
crash.map=/home/user/projects/crash/src
crash.map=object:^libck[\.-],/home/user/projects/ck
crash.map=function:^ck_,/home/user/projects/ck
crash.trigger=/home/user/projects/crash,version,git -C %s checkout -q %0
editor=vim +%l %s
[general]
alias_detection=true
collapse_threshold=3