improve git-rebase & update java default version

This commit is contained in:
Felix Van der Jeugt 2024-08-14 08:49:16 +02:00
parent a68217ff04
commit dbbb350080
3 changed files with 6 additions and 1 deletions

View File

@ -27,6 +27,7 @@
nuke = !git rm --cached -r . && git reset --hard
[rebase]
autoSquash = true
instructionFormat = %s <%an>%d
[rerere]
enabled = true
[core]

View File

@ -50,6 +50,10 @@ vis
vis-*
wjt
xmonad
pnpm
pnpx
yarn
yarnpkg
# unshared scripts
mreflow.py

View File

@ -15,7 +15,7 @@ export CABAL_HOME="/data/homes/cabal"
export STACK_ROOT="/data/homes/stack"
export CARGO_HOME="/data/homes/cargo"
export RUSTUP_HOME="/data/homes/rustup"
export JAVA_HOME="/usr/lib/jvm/openjdk11/"
export JAVA_HOME="/usr/lib/jvm/openjdk17/"
export TEX_BIN="/opt/texlive/2019/bin/x86_64-linux/"
export PATH="$HOME/.local/bin:$CABAL_HOME/bin:$CARGO_HOME/bin:$JAVA_HOME/bin:$TEX_BIN:$PATH"