From b1d8102ac1a86e473c2f7826ef3c3c0a5b741410 Mon Sep 17 00:00:00 2001 From: akiyamn Date: Tue, 5 Oct 2021 18:16:11 +1100 Subject: First commit from Arch machine --- .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..04b91f2 --- /dev/null +++ b/.bashrc @@ -0,0 +1,10 @@ +# +# ~/.bashrc +# + + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +PS1='[\u@\h \W]\$ ' -- cgit v1.2.3