diff options
| author | Yousef Jan <yousefjan24000@gmail.com> | 2026-05-10 07:34:30 +0300 |
|---|---|---|
| committer | Yousef Jan <yousefjan24000@gmail.com> | 2026-05-10 07:34:30 +0300 |
| commit | 3db77a4aea42ff6f2f8c302e1be63620b9ba2bab (patch) | |
| tree | 3e523e7e0210f5d9104d31727b94e39f1ea8ecd4 /bash/.bash_profile | |
| parent | 26ef48f66761ca950a9d85be6efd2aa0dee8008e (diff) | |
Shell updates
Diffstat (limited to 'bash/.bash_profile')
| -rw-r--r-- | bash/.bash_profile | 9 |
1 files changed, 9 insertions, 0 deletions
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" |