mirror of
https://github.com/Snigdha-OS/snigdhaos-hyprland-config.git
synced 2025-09-22 04:25:02 +02:00
⚡️ perf: improve funcs
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Set terminal type to support 256 colors
|
||||
export TERM="xterm-256color"
|
||||
|
||||
# Add custom binaries to the PATH
|
||||
# Add custom binaries to the PATH if the directory exists
|
||||
if [ -d "${HOME}/.local/bin/bear" ]; then
|
||||
export PATH="${HOME}/.local/bin/bear:${PATH}"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user