add ranger prompt; see #171

This commit is contained in:
romkatv 2019-08-17 10:01:06 +02:00
commit 49063ee757
4 changed files with 24 additions and 0 deletions

View file

@ -3034,6 +3034,11 @@ function prompt_nordvpn() {
esac
}
function prompt_ranger() {
[[ -n $RANGER_LEVEL ]] || return
_p9k_prompt_segment $0 $_p9k_color1 yellow RANGER_ICON 0 '' $RANGER_LEVEL
}
_p9k_preexec() {
if (( $+_p9k_real_zle_rprompt_indent )); then
if [[ -n $_p9k_real_zle_rprompt_indent ]]; then