From 4d20b3a85b872be312d91c5082071fc86cc86da1 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:15:47 +0200 Subject: [PATCH] Update 0_bashrc.sh --- script/0_bashrc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/0_bashrc.sh b/script/0_bashrc.sh index c57f029..ee13ea6 100755 --- a/script/0_bashrc.sh +++ b/script/0_bashrc.sh @@ -39,6 +39,7 @@ echo "export DATAPATH=${DATAPATH}" >> ~/.bash_wow #---------------------------------------------------------------------------------------- # Add alias to ~/.bash_wow #---------------------------------------------------------------------------------------- +echo "alias menu='${ROOT_DIR}/menu.sh'" >> ~/.bash_wow echo "alias install='${ROOT_DIR}/script/1_source-install.sh'" >> ~/.bash_wow echo "alias update='${ROOT_DIR}/script/2_source-update.sh'" >> ~/.bash_wow echo "alias build='${ROOT_DIR}/script/3_server-build.sh'" >> ~/.bash_wow