diff --git a/bashrc b/bashrc index b2b5d2e8..24e9d30a 100644 --- a/bashrc +++ b/bashrc @@ -149,13 +149,13 @@ hostname uptime echo "" if [[ $UNAME != Darwin ]]; then - who -H -w -u + who -H -w -u|head -n10 echo "" last -10 -w -x fi if [[ $UNAME = Darwin ]]; then - who -H -u + who -H -u|head -n10 echo "" last -10 fi diff --git a/zshrc b/zshrc index 73dbf6b9..abc82f7d 100644 --- a/zshrc +++ b/zshrc @@ -85,13 +85,13 @@ uptime echo "" if [[ $UNAME != Darwin ]] then; - who -H -w -u + who -H -w -u|head -n10 echo "" last -10 -w -x fi if [[ $UNAME = Darwin ]]; then - who -H -u + who -H -u|head -n10 echo "" last -10 fi