Just include some new things

This commit is contained in:
2025-05-25 14:00:50 -04:00
parent ce836a568c
commit a23e71ab5a
3 changed files with 33 additions and 0 deletions

6
.zshrc
View File

@@ -8,6 +8,12 @@ path+=("$HOME/.local/bin")
path+=("$HOME/Pictures/Furry/Scripts")
export PATH
# LaTeX Import path
export TEXINPUTS=/home/joe/College/SNHU/LaTeX:$(kpsepath tex | tr ':' '\n' | head -n 1):
# Not sure why but, needed to path these manually for ruby bin
path+=("/home/joe/.local/share/gem/ruby/3.3.0/bin")
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"