From b9fc5fd75ddf4f1d77ae7cd673b80260887cacf9 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 21 May 2020 00:40:10 +0200 Subject: asdf --- bash/alias.bash | 2 ++ bash/env.profile | 3 +++ 2 files changed, 5 insertions(+) (limited to 'bash') diff --git a/bash/alias.bash b/bash/alias.bash index c655059..2328526 100644 --- a/bash/alias.bash +++ b/bash/alias.bash @@ -7,3 +7,5 @@ alias ll="ls -lh" alias vim="nvim" alias ssh="TERM=xterm-color ssh" + +alias gradle="./gradlew" diff --git a/bash/env.profile b/bash/env.profile index 2d5b7c6..ceb0b92 100644 --- a/bash/env.profile +++ b/bash/env.profile @@ -14,3 +14,6 @@ export PATH unset appendpath export EDITOR=nvim + +#Java Gradle hopme PATH +export GRADLE_USER_HOME=~/.gradle -- cgit v1.2.3