Compare commits
No commits in common. "7f3f24e14dab287f3136d564be7080f53f877ba1" and "710ad109ccc3771c93bdf5a0947ef9c7dd4c5d28" have entirely different histories.
7f3f24e14d
...
710ad109cc
14
rc.d/mcfly
14
rc.d/mcfly
@ -1,11 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
if (which mcfly &>/dev/null); then
|
||||
export MCFLY_PROMPT="❯"
|
||||
export MCFLY_INTERFACE_VIEW=BOTTOM
|
||||
export MCFLY_RESULTS=50
|
||||
export MCFLY_RESULTS_SORT=LAST_RUN
|
||||
# export MCFLY_KEY_SCHEME=vim
|
||||
export MCFLY_FUZZY=3
|
||||
eval "$(mcfly init bash)"
|
||||
if (which mcfly &> /dev/null)
|
||||
then
|
||||
export MCFLY_INTERFACE_VIEW=BOTTOM
|
||||
export MCFLY_RESULTS=25
|
||||
export MCFLY_RESULTS_SORT=LAST_RUN
|
||||
eval "$(mcfly init bash)"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user