feat: Amélioration configuration McFly
This commit is contained in:
parent
710ad109cc
commit
45914bdb5a
@ -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
|
||||||
|
# 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