Update 2025-10-16

This commit is contained in:
2025-10-16 18:14:21 +03:00
parent e631a16ebd
commit c962d3140a
8 changed files with 36 additions and 4 deletions

View File

@@ -6,11 +6,14 @@ typeset -U PATH path
# If you don't plan on reverting to bash, you can remove the link in ~/.profile
# to clean up.
export BUN_INSTALL="$XDG_DATA_HOME/bun"
# Adds `~/.local/bin` to $PATH
export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}"
export PATH="$PATH:~/.spicetify"
export PATH="$PATH:${$(find ~/.cache/.bun/bin -type d -printf %p:)%%:}"
export PATH="$JAVA_HOME/bin:$PATH"
export PATH="$BUN_INSTALL/bin:$PATH"
# Disable files
export LESSHISTFILE=-