diff --git a/etc/skel/.profile b/etc/skel/.profile new file mode 100644 index 0000000..bda68e7 --- /dev/null +++ b/etc/skel/.profile @@ -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}"