Browse Source

display debian version when login

pull/1/head
10sr 12 years ago
parent
commit
9635281401
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .bashrc

+ 2
- 0
.bashrc View File

@@ -408,6 +408,8 @@ _testjp(){
}
_testjp

test -f /etc/debian_version && echo Debian `cat /etc/debian_version`

safe-cmd diskinfo

! isdarwin && test -n "${DESKTOP_SESSION}" && type xrandr >/dev/null 2>&1 && {


Loading…
Cancel
Save