This commit is contained in:
Ira Abramov
2020-03-10 10:18:11 +02:00
committed by Noah Gorny
parent c42e3e8b21
commit 3a1283dad5
26 changed files with 6 additions and 26 deletions

View File

@@ -21,4 +21,3 @@ explain () {
echo "explain 'cmd -o | ...' one quoted command to explain it."
fi
}

View File

@@ -19,4 +19,3 @@ function gw() {
# Call gradle
"${result}" $*
}

View File

@@ -7,4 +7,4 @@ export LESS_TERMCAP_me=$'\e[0m'
export LESS_TERMCAP_se=$'\e[0m'
export LESS_TERMCAP_so=$'\e[01;33m'
export LESS_TERMCAP_ue=$'\e[0m'
export LESS_TERMCAP_us=$'\e[1;4;31m'
export LESS_TERMCAP_us=$'\e[1;4;31m'

View File

@@ -6,4 +6,3 @@ about-plugin 'Load Software Development Kit Manager'
export SDKMAN_DIR=${SDKMAN_DIR:-$HOME/.sdkman}
[[ -s "${SDKMAN_DIR}/bin/sdkman-init.sh" ]] && source "${SDKMAN_DIR}/bin/sdkman-init.sh"