diff --git a/.bashrc b/.bashrc index ff0c3a6..de7f158 100755 --- a/.bashrc +++ b/.bashrc @@ -195,9 +195,13 @@ iswindows(){ uname | grep -iE 'windows|MINGW' >/dev/null 2>&1 } -ismsys(){} +ismsys(){ + : +} -iscygwin(){} +iscygwin(){ + : +} isdarwin(){ uname | grep -E 'Darwin' >/dev/null 2>&1 @@ -249,3 +253,4 @@ safe-exec diskinfo finger $USER LANG=C id +