mirror of
https://github.com/Snigdha-OS/snigdhaos-hyprland-config.git
synced 2025-12-06 08:03:50 +01:00
6 lines
152 B
Bash
6 lines
152 B
Bash
# Set terminal type to support 256 colors
|
|
export TERM="xterm-256color"
|
|
|
|
# Add custom binaries to the PATH
|
|
export PATH="${HOME}/.local/bin/bear:${PATH}"
|