From d899595fb46fa3814bea402412cb4111085b594e Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 30 Jul 2020 21:07:19 +0200 Subject: Add .bashrc --- .bashrc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .bashrc diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..a4fd882 --- /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-70-g09d2