Don't show path in initialization message

This commit is contained in:
Martin Blazik
2022-02-09 06:57:15 +01:00
parent d6ed0bd9c0
commit e06ba0d796

2
bashrc
View File

@@ -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