Just include some new things
This commit is contained in:
6
.zshrc
6
.zshrc
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user