Create .bashrc

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-02-03 09:16:44 +00:00 committed by GitHub
parent c251e3a98b
commit abdb320895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

10
.bashrc Normal file
View File

@ -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"