feat(rc): Amélioration de la gestion de mcfly
This commit is contained in:
parent
30597e31ed
commit
ddd9509d74
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if (which mcfly &>/dev/null); then
|
||||
if (command -v mcfly &>/dev/null); then
|
||||
export MCFLY_PROMPT="❯ "
|
||||
export MCFLY_INTERFACE_VIEW=BOTTOM
|
||||
export MCFLY_RESULTS=50
|
||||
|
Loading…
x
Reference in New Issue
Block a user