Parcourir la source

add tty display in prompt

pull/1/head
10sr il y a 12 ans
Parent
révision
c07a646e9b
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      bashrc

+ 2
- 1
bashrc Voir le fichier

@@ -317,9 +317,10 @@ __my_prompt_function(){ # used by PS1
# local svn=$(type svn >/dev/null 2>&1 && __try_exec __my_svn_ps1 [SVN:%s])
test -f ~/.batterystatus && local battery="[Battery:$(cat ~/.batterystatus | sed -e 's`%`%%`g')]"
local ip=$(ip-address [Addr:%s])
local tty=$(__try_exec tty | sed -e 's:/dev/::')
# local battery=$(battery-state [%s] | sed -e 's`%`%%`g') # very slow
printf " [${c1}${pwd}${cdef}<${c3}${oldpwd}${cdef}]${git}${svn}${battery}${ip}\n"
printf "${c2}${USER}@${HOSTNAME}${cdef} ${date} ${BASH} ${BASH_VERSION}\n"
printf "${c2}${USER}@${HOSTNAME}${cdef} ${tty} ${date} ${BASH} ${BASH_VERSION}\n"
printf "shlv:${SHLVL} jobs:${jobnum} last:${lastreturn} "
}



Chargement…
Annuler
Enregistrer