From b6062f7f76bfada35973b103e272067f80a4b0e3 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 17 Feb 2013 09:04:22 +0200 Subject: [PATCH] bashrc & zshrc: add empty line between output of uptime & who --- bashrc | 2 +- zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index 3da777d8..d4317196 100644 --- a/bashrc +++ b/bashrc @@ -132,7 +132,7 @@ fi #shopt -s autocd # Show the hostname, uptime and users logged in on shell start -hostname && uptime && who -H -w -u +hostname && uptime && echo "" && who -H -w -u ##### Environment 7RS56S ##### # Environment should be placed to .environment or .bash_environment. diff --git a/zshrc b/zshrc index cf12d5a2..c4563af0 100644 --- a/zshrc +++ b/zshrc @@ -73,7 +73,7 @@ zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#)*=0=01;31' zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd' # Show the hostname, uptime and users logged in on shell start -hostname && uptime && who -H -w -u +hostname && uptime && echo "" && who -H -w -u ##### Environment 7RS56S ##### # Environment should be placed to .environment or .zsh_environment (or .zshenv).