diff options
| author | 2026-02-10 04:30:10 +0000 | |
|---|---|---|
| committer | 2026-02-10 04:30:10 +0000 | |
| commit | 50289d9934b1ee84aed12df535f95ae32f8430c4 (patch) | |
| tree | 5e9d6f597828515095c170e7f5eae9dbc73c5f64 | |
| parent | add .bashrc (diff) | |
| download | dotfiles-50289d9934b1ee84aed12df535f95ae32f8430c4.tar.gz | |
add .bash_profile
| -rw-r--r-- | dot_bash_profile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dot_bash_profile b/dot_bash_profile new file mode 100644 index 0000000..6f08613 --- /dev/null +++ b/dot_bash_profile | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | # .bash_profile | ||
| 2 | |||
| 3 | [ -f $HOME/.profile ] && . $HOME/.profile | ||
| 4 | |||
| 5 | # Get the aliases and functions | ||
| 6 | [ -f $HOME/.bashrc ] && . $HOME/.bashrc | ||
