From 9d520c43c1c7e2c7d89ffc35249ef9d49bd2b7d6 Mon Sep 17 00:00:00 2001 From: zhao Date: Mon, 23 Dec 2024 23:46:51 +0800 Subject: [PATCH] .bash_profile Signed-off-by: zhao --- root/.bash_profile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 root/.bash_profile diff --git a/root/.bash_profile b/root/.bash_profile new file mode 100644 index 0000000..71ea40c --- /dev/null +++ b/root/.bash_profile @@ -0,0 +1,12 @@ +# .bash_profile + +# Get the aliases and functions +if [ -f ~/.bashrc ]; then + . ~/.bashrc +fi + +# User specific environment and startup programs + +PATH=$PATH:$HOME/bin + +export PATH \ No newline at end of file