feat: update

This commit is contained in:
2024-01-11 23:20:14 +01:00
parent c17d6bd7ed
commit f37f252ca9
14 changed files with 256 additions and 83 deletions

View File

@ -109,4 +109,9 @@ if type bat &> /dev/null; then
alias cat="bat"
fi
# set PATH so it includes user's private bin if it exists
if [ -d "/usr/local/texlive/2023" ] ; then
PATH="/usr/local/texlive/2023/bin/x86_64-linux:$PATH"
fi
alias gcm="git commit -m "