- # Customization for mcfly tools:
- # Ref: https://github.com/cantino/mcfly
- # Set VIM Key Scheme
- export MCFLY_KEY_SCHEME=vim
- # Results Count
- export MCFLY_RESULTS=50
- # Result sorting (RANK vs LAST_RUN)
- export MCFLY_RESULTS_SORT=LAST_RUN
- # Loads mcfly
- eval "$(mcfly init bash)"
|