Added bashrc

This commit is contained in:
OBJNULL 2026-05-07 01:27:16 -05:00
parent 7c961f91b0
commit a76a7184d1

8
.bashrc Normal file
View file

@ -0,0 +1,8 @@
# .bashrc
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
EDITOR=hx