Add bash and hidden files

This commit is contained in:
2024-09-18 13:03:01 -03:00
parent 6edc1556fd
commit 7f43d29abc
4 changed files with 29 additions and 0 deletions

13
dot_bashrc Normal file
View File

@ -0,0 +1,13 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
# Helpful tool: https://bash-prompt-generator.org
# On github: https://github.com/Scriptim/bash-prompt-generator
PS1='[\u@\h \w]\$ '