diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-05-21 00:40:10 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-05-21 00:40:10 +0200 |
commit | b9fc5fd75ddf4f1d77ae7cd673b80260887cacf9 (patch) | |
tree | 4fb9806114b2ee34d4a492c43449c13ce56cdb72 /bash | |
parent | 8bf58e73345131e406241a09d6eca316183b1ed8 (diff) | |
download | dotfiles-b9fc5fd75ddf4f1d77ae7cd673b80260887cacf9.tar.gz |
asdf
Diffstat (limited to 'bash')
-rw-r--r-- | bash/alias.bash | 2 | ||||
-rw-r--r-- | bash/env.profile | 3 |
2 files changed, 5 insertions, 0 deletions
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 |