Files
snigdhaos-hyprland-config/etc/skel/.profile
2024-12-30 02:22:21 +05:30

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}"