File tree 4 files changed +16
-0
lines changed
4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -79,3 +79,5 @@ alias j7='export JAVA_HOME=$JAVA_7_HOME; java -version'
79
79
#alias j7='export JAVA_HOME=$JAVA_7_HOME; export CLASSPATH="$JAVA_HOME/lib"; export PATH="$CLASSPATH:$PATH"; java -version'
80
80
81
81
alias try_jshell='java11 && java -jar /Users/vsharm24/src/try-artifact-0.2.1.jar'
82
+
83
+ alias gllg="git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
Original file line number Diff line number Diff line change 7
7
:backtrace: false
8
8
:verbose: true
9
9
gem: --no-ri --no-rdoc
10
+ :ssl_verify_mode: 0
Original file line number Diff line number Diff line change @@ -31,3 +31,14 @@ vendor/bundle/
31
31
ebaas-ops/
32
32
target/
33
33
dev/
34
+ docker/db/init/*.sql
35
+ .byebug_history
36
+ local_changes
37
+ vendor/.keep
38
+
39
+ # code coverage output
40
+ coverage/*
41
+
42
+ # yard documentation output generated by running yard
43
+ .yardoc/*
44
+
Original file line number Diff line number Diff line change @@ -38,4 +38,6 @@ export GOPRIVATE=*.optum.com
38
38
export GOPATH=$HOME/go
39
39
#export GOROOT=/usr/local/bin/go
40
40
export PATH=$PATH:$GOPATH/bin
41
+ export PATH="/usr/local/opt/openjdk/bin:$PATH"
42
+ export PATH="/usr/local/opt/
[email protected] /bin:$PATH"
41
43
You can’t perform that action at this time.
0 commit comments