diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2019-01-29 03:36:34 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2019-01-30 16:25:39 (GMT) |
| commit | 534da3e211edc7cc69161acc6626111edbe9711f (patch) | |
| tree | cdb0e24a2d9179414d9aff84c68845fe86663b5f /.bash_profile | |
| download | dotfiles-534da3e211edc7cc69161acc6626111edbe9711f.zip dotfiles-534da3e211edc7cc69161acc6626111edbe9711f.tar.gz dotfiles-534da3e211edc7cc69161acc6626111edbe9711f.tar.bz2 | |
Import to new dotfiles repository
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..27c5b17 --- /dev/null +++ b/.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/.local/bin:$HOME/bin + +export PATH |
