01_mcfly.bash 277 B

1234567891011121314
  1. # Customization for mcfly tools:
  2. # Ref: https://github.com/cantino/mcfly
  3. # Set VIM Key Scheme
  4. export MCFLY_KEY_SCHEME=vim
  5. # Results Count
  6. export MCFLY_RESULTS=50
  7. # Result sorting (RANK vs LAST_RUN)
  8. export MCFLY_RESULTS_SORT=LAST_RUN
  9. # Loads mcfly
  10. eval "$(mcfly init bash)"