From 19170620975425588f55bffa4f6f5244b6ede12b Mon Sep 17 00:00:00 2001 From: Tiago Date: Thu, 6 Jul 2017 00:15:22 +0100 Subject: [PATCH] Changed header link --- bash.bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bash.bashrc b/bash.bashrc index 88e8638..debe96b 100644 --- a/bash.bashrc +++ b/bash.bashrc @@ -1,10 +1,10 @@ # System-wide .bashrc file for interactive bash(1) shells. # Set warning message -echo " =========================================================" +echo " ===================================" echo " WARNING: Suicide-Linux installed" -echo " (http://sourceforge.net/projects/suicide-linux/)" -echo " =========================================================" +echo " (https://qntm.org/suicide)" +echo " ===================================" # If not running interactively, don't do anything [ -z "$PS1" ] && return