From fa1e82646274cc6580b584d61cfa1e50a0325391 Mon Sep 17 00:00:00 2001 From: eshanized Date: Mon, 30 Dec 2024 02:22:21 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20feat(fl):=20shell=20configuratio?= =?UTF-8?q?n=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/skel/.profile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 etc/skel/.profile 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}"