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