Put number at end of rangerlevel in bash prompt
This commit is contained in:
parent
4a9b02999f
commit
0882f046e9
1 changed files with 1 additions and 1 deletions
2
bashrc
2
bashrc
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue