From ea73642a3c82b5e58f6f7f42878bc695e7189efe Mon Sep 17 00:00:00 2001 From: Nate Cox Date: Wed, 13 May 2026 11:25:07 -0700 Subject: Initial commit --- .bashrc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .bashrc (limited to '.bashrc') diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..9283825 --- /dev/null +++ b/.bashrc @@ -0,0 +1,10 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +alias grep='grep --color=auto' +PS1='[\u@\h \W]\$ ' -- cgit v1.3.1