|
|
@ -128,6 +128,11 @@ if command -v most > /dev/null 2>&1; then
|
|
|
|
export PAGER="most"
|
|
|
|
export PAGER="most"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# ---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
# COMPLETIONS
|
|
|
|
|
|
|
|
# ---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
complete -W "\`grep -oE '^[a-zA-Z0-9_.-]+:([^=]|$)' ?akefile | sed 's/[^a-zA-Z0-9_.-]*$//'\`" make
|
|
|
|
|
|
|
|
|
|
|
|
# -------------------------------------------------------------
|
|
|
|
# -------------------------------------------------------------
|
|
|
|
# Source .bashrc.d files
|
|
|
|
# Source .bashrc.d files
|
|
|
|
# -------------------------------------------------------------
|
|
|
|
# -------------------------------------------------------------
|
|
|
|