Skip to content

Commit 5c0c128

Browse files
committed
added env variables to .bashrc
1 parent 722844d commit 5c0c128

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.bashrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
alias g=git
33
source /usr/share/bash-completion/completions/git
44
__git_complete g _git
5+
6+
export BITBUCKET_TEAMNAME=xxx
7+
export BITBUCKET_USERNAME=xxx
8+
export BITBUCKET_PASSWORD=xxx

0 commit comments

Comments
 (0)