diff --git a/bashrc b/bashrc index d1a39e8..c3b7c16 100644 --- a/bashrc +++ b/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 }