This commit is contained in:
simio 2024-12-05 02:55:53 -03:00
parent 8fbb7dd7ef
commit 0528cd53cc

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'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '