From 3db77a4aea42ff6f2f8c302e1be63620b9ba2bab Mon Sep 17 00:00:00 2001 From: Yousef Jan Date: Sun, 10 May 2026 07:34:30 +0300 Subject: Shell updates --- bash/.bash_profile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bash/.bash_profile (limited to 'bash/.bash_profile') diff --git a/bash/.bash_profile b/bash/.bash_profile new file mode 100644 index 0000000..f015706 --- /dev/null +++ b/bash/.bash_profile @@ -0,0 +1,9 @@ +# .bash_profile + +# Get the aliases and functions +if [ -f ~/.bashrc ]; then + . ~/.bashrc +fi + +# User specific environment and startup programs +. "$HOME/.cargo/env" -- cgit v1.2.3