From e06ba0d796e9275906e36256fceaa9515ddf4c0d Mon Sep 17 00:00:00 2001 From: Martin Blazik Date: Wed, 9 Feb 2022 06:57:15 +0100 Subject: [PATCH] Don't show path in initialization message --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 6a2e663..3e7da49 100644 --- a/bashrc +++ b/bashrc @@ -4,7 +4,7 @@ WORKSPACE_BASHRC=$(realpath $BASH_SOURCE) export WORKSPACE=$(dirname $WORKSPACE_BASHRC) export LWS=$WORKSPACE -echo "Linux Workspace initialization $WORKSPACE_BASHRC" +echo "Linux Workspace initialization" if [[ -z $LC_ALL ]]; then export LC_ALL=en_US.UTF-8