From d9be77d6429d598f3ec7eead1620c33556b7c865 Mon Sep 17 00:00:00 2001 From: BanceDev Date: Sat, 21 Feb 2026 14:54:14 -0500 Subject: initial commit --- .bashrc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .bashrc (limited to '.bashrc') diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..8a1b4fc --- /dev/null +++ b/.bashrc @@ -0,0 +1,8 @@ +# +# ~/.bashrc +# +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +alias grep='grep --color=auto' +PS1='\033[1;32m\u\033[1;37m@\033[1;32m\h\033[1;37m \033[1;32m\W\033[1;37m> ' -- cgit v1.2.3-59-g8ed1b