Skip to content

Commit 0da3afb

Browse files
author
Vishnu Atrai
committed
updates
1 parent a7b1e60 commit 0da3afb

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

Diff for: aliasrc

+2
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,5 @@ alias j7='export JAVA_HOME=$JAVA_7_HOME; java -version'
7979
#alias j7='export JAVA_HOME=$JAVA_7_HOME; export CLASSPATH="$JAVA_HOME/lib"; export PATH="$CLASSPATH:$PATH"; java -version'
8080

8181
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"

Diff for: gemrc

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
:backtrace: false
88
:verbose: true
99
gem: --no-ri --no-rdoc
10+
:ssl_verify_mode: 0

Diff for: gitignore

+11
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,14 @@ vendor/bundle/
3131
ebaas-ops/
3232
target/
3333
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+

Diff for: zsh.local

+2
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ export GOPRIVATE=*.optum.com
3838
export GOPATH=$HOME/go
3939
#export GOROOT=/usr/local/bin/go
4040
export PATH=$PATH:$GOPATH/bin
41+
export PATH="/usr/local/opt/openjdk/bin:$PATH"
42+
export PATH="/usr/local/opt/[email protected]/bin:$PATH"
4143

0 commit comments

Comments
 (0)