Files
linux-workspace/bashrc
2023-02-25 14:05:42 +01:00

19 lines
365 B
Bash

# Linux Workspace bashrc boostrap
WORKSPACE_BASHRC=$(realpath $BASH_SOURCE)
export WORKSPACE=$(dirname $WORKSPACE_BASHRC)
export LWS=$WORKSPACE
echo "Linux Workspace initialization"
if [[ -z $LC_ALL ]]; then
export LC_ALL=en_US.UTF-8
fi
source "$LWS/functions.sh"
source_directory_sh "$LWS/rc"
append_path "$LWS/bin"
append_path "$LWS/opt/bin"
set_uniq_path