10 lines
260 B
Text
10 lines
260 B
Text
|
|
# mcfly settings
|
|
eval "$(mcfly init zsh)"
|
|
export MCFLY_LIGHT=TRUE
|
|
# export MCFLY_KEY_SCHEME=vim
|
|
export MCFLY_FUZZY=2
|
|
export MCFLY_RESULTS=50
|
|
export MCFLY_RESULTS_SORT=LAST_RUN
|
|
export PATH="/usr/local/opt/openjdk/bin:$PATH"
|
|
export PATH="/usr/local/sbin:$PATH"
|