added bash

main
The_miro 2024-11-06 18:30:08 +01:00
parent 81ac307769
commit e977928c1f
1 changed files with 12 additions and 0 deletions

12
.bashrc Normal file
View File

@ -0,0 +1,12 @@
#
# ~/.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]\$ '
eval "$(starship init bash)"