diff options
author | Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> | 2021-10-03 00:20:47 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-03 00:20:47 +0530 |
commit | 998414cd6c436c1a8d41b3460a2d0a76f1580171 (patch) | |
tree | 5ceaa1210b355d0f39a2ecf9835cb53a3f8fd75b | |
parent | 410a36eac7411ae76faa9262451c970c32037e26 (diff) |
Update .bash_profile
-rw-r--r-- | .bash_profile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index c5c44dd..bccb5ff 100644 --- a/.bash_profile +++ b/.bash_profile @@ -15,6 +15,11 @@ export EDITOR="vim" export TERMINAL="st" export BROWSER="brave" export READER="zathura" +//export HABITICA_TOKEN=" " +//export HABITICA_UUID=" " + + + [[ -f ~/.bashrc ]] && . ~/.bashrc |