From 1d3095adab218d54d32d116d36fc721ea203c8e6 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 5 Aug 2014 16:42:58 +0900 Subject: [PATCH] shrc: fix bug --- shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shrc b/shrc index cbc8229..e005f1e 100755 --- a/shrc +++ b/shrc @@ -254,7 +254,7 @@ fi ###################### # Print welcome messages -command -v fortune >/dev/nul && { +command -v fortune >/dev/null && { if command -v cowsay >/dev/null then fortune | cowsay