Update dotfiles (2026-01-19 19:22:35)

This commit is contained in:
Zacharias-Brohn
2026-01-19 19:22:35 +01:00
parent 567faff34e
commit eccce3b185
4 changed files with 91 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# -----------------------------------------------------
# INIT
# -----------------------------------------------------
# -----------------------------------------------------
# Exports
# -----------------------------------------------------
export EDITOR=nvim
export PATH="/usr/lib/ccache/bin/:$HOME/tools/lua-language-server/:$PATH:/home/zach/.npm-g/bin"
export PYTHONPATH="/home/zach/.local/lib/python3.12/site-packages"
export ZSH="$HOME/.oh-my-zsh"