feat: improve config for powerline, mcfly and (n)vim

This commit is contained in:
2022-05-21 02:41:24 +02:00
parent c58348a679
commit 2ecb4c53fa
5 changed files with 20 additions and 63 deletions

9
rc.d/mcfly Normal file
View File

@ -0,0 +1,9 @@
#!/bin/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