🚀 feat(fl): shell configuration file

This commit is contained in:
eshanized
2024-12-30 02:22:21 +05:30
parent 0932b05d2a
commit fa1e826462

5
etc/skel/.profile Normal file
View File

@@ -0,0 +1,5 @@
# Set terminal type to support 256 colors
export TERM="xterm-256color"
# Add custom binaries to the PATH
export PATH="${HOME}/.local/bin/bear:${PATH}"