diff options
| Commit | c91d299887d93d6e8940b80442bf6c2f10fe6a64 (patch ) | |
|---|---|---|
| Author | Syndamia <kamen@syndamia.com> | 2022-08-05 12:30:29 +0300 |
| Committer | Syndamia <kamen@syndamia.com> | 2022-08-05 12:30:29 +0300 |
| Files | 4669e410707026952d56f2cdae7764bf0a39773d /.bash_profile | |
| dotfiles-c91d299887d93d6e8940b80442bf6c2f10fe6a64.tar dotfiles-c91d299887d93d6e8940b80442bf6c2f10fe6a64.tar.gz dotfiles-c91d299887d93d6e8940b80442bf6c2f10fe6a64.zip | ||
| Parent | 80b4c81b618d4e75b301ac1dd5adfb47f91deca7 (diff) | |
Added a lot of untracked files and updated other files
1 files changed, 8 insertions, 0 deletions
| -rw-r--r-- | .bash_profile | 8 |
diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..55136b9 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,8 @@ +# .bash_profile + +# Get the aliases and functions +if [ -f ~/.bashrc ]; then + . ~/.bashrc +fi + +# User specific environment and startup programs |
