From 266e01bd54217a419357016677adc61d9e0f7278 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 25 May 2025 20:34:11 +0530 Subject: switched to bash from zsh --- .bashrc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .bashrc (limited to '.bashrc') diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..6d34d24 --- /dev/null +++ b/.bashrc @@ -0,0 +1,11 @@ +# +# ~/.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]\$ ' +. "$HOME/.cargo/env" -- cgit v1.2.3