improve git-rebase & update java default version
This commit is contained in:
parent
a68217ff04
commit
dbbb350080
@ -27,6 +27,7 @@
|
||||
nuke = !git rm --cached -r . && git reset --hard
|
||||
[rebase]
|
||||
autoSquash = true
|
||||
instructionFormat = %s <%an>%d
|
||||
[rerere]
|
||||
enabled = true
|
||||
[core]
|
||||
|
4
local/bin/.gitignore
vendored
4
local/bin/.gitignore
vendored
@ -50,6 +50,10 @@ vis
|
||||
vis-*
|
||||
wjt
|
||||
xmonad
|
||||
pnpm
|
||||
pnpx
|
||||
yarn
|
||||
yarnpkg
|
||||
|
||||
# unshared scripts
|
||||
mreflow.py
|
||||
|
2
profile
2
profile
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user