Преглед изворни кода

use USER instead of USERNAME

pull/1/head
10sr пре 12 година
родитељ
комит
0600fb3029
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      .bashrc

+ 1
- 1
.bashrc Прегледај датотеку

@@ -113,7 +113,7 @@ prompt_function(){ # used by PS1
type __git_ps1 >/dev/null 2>&1 && local gitb=$(__git_ps1 GIT:%s)
type git >/dev/null 2>&1 && local git="[${gitb}]"
printf " [${c1}${pwd}${cdef}]${git}\n"
printf "${c2}${USERNAME}@${HOSTNAME}${cdef} ${date} ${BASH} ${BASH_VERSION}\n"
printf "${c2}${USER}@${HOSTNAME}${cdef} ${date} ${BASH} ${BASH_VERSION}\n"
printf "jobs:${jobnum} last:${lastreturn} "
}



Loading…
Откажи
Сачувај