From abdb32089502a07ca0c8ea81ebf4594f3af24317 Mon Sep 17 00:00:00 2001 From: "Jyotirmoy Bandyopadhyaya [Bravo68]" Date: Fri, 3 Feb 2023 09:16:44 +0000 Subject: [PATCH] Create .bashrc --- .bashrc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .bashrc diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..5799592 --- /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]\$ ' +. "$HOME/.cargo/env"