From 93edcaf3b2969b2631aa108157a0a20ac3ba1715 Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Sun, 15 Oct 2017 19:42:30 -0500 Subject: [PATCH] remove fortune --- .bashrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.bashrc b/.bashrc index b2810e3..12ec2de 100644 --- a/.bashrc +++ b/.bashrc @@ -26,7 +26,3 @@ alias ssu="sudo su" alias termbin="nc termbin.com 9999" alias sloop="while true; do sl; done" -if [ -e ~/.dailyfortune ] -then - cat ~/.dailyfortune -fi