From a76a7184d174e844967c33f5aef17acd18024d1d Mon Sep 17 00:00:00 2001 From: OBJNULL Date: Thu, 7 May 2026 01:27:16 -0500 Subject: [PATCH] Added bashrc --- .bashrc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .bashrc diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..629e5f2 --- /dev/null +++ b/.bashrc @@ -0,0 +1,8 @@ +# .bashrc + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +PS1='[\u@\h \W]\$ ' +EDITOR=hx