Put number at end of rangerlevel in bash prompt

This commit is contained in:
Talia 2020-02-04 16:10:04 +01:00
parent 4a9b02999f
commit 0882f046e9
1 changed files with 1 additions and 1 deletions

2
bashrc
View File

@ -34,7 +34,7 @@ rlevel() {
then
/bin/echo -ne "$1 "
else
/bin/echo -ne "$RANGER_LEVEL×$1 "
/bin/echo -ne "$1×$RANGER_LEVEL "
fi
fi
}