diff options
Diffstat (limited to '.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 |