Compare commits
2 Commits
710ad109cc
...
7f3f24e14d
Author | SHA1 | Date | |
---|---|---|---|
|
7f3f24e14d | ||
|
45914bdb5a |
14
rc.d/mcfly
14
rc.d/mcfly
@ -1,9 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if (which mcfly &> /dev/null)
|
if (which mcfly &>/dev/null); then
|
||||||
then
|
export MCFLY_PROMPT="❯"
|
||||||
export MCFLY_INTERFACE_VIEW=BOTTOM
|
export MCFLY_INTERFACE_VIEW=BOTTOM
|
||||||
export MCFLY_RESULTS=25
|
export MCFLY_RESULTS=50
|
||||||
export MCFLY_RESULTS_SORT=LAST_RUN
|
export MCFLY_RESULTS_SORT=LAST_RUN
|
||||||
eval "$(mcfly init bash)"
|
# export MCFLY_KEY_SCHEME=vim
|
||||||
|
export MCFLY_FUZZY=3
|
||||||
|
eval "$(mcfly init bash)"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user