This commit is contained in:
Dorian
2021-11-07 20:43:37 -05:00
commit e3f931815a
39 changed files with 3313 additions and 0 deletions

15
.bashrc Normal file
View File

@@ -0,0 +1,15 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
if
[ -f ~/.config/shell/aliases ]; then
. ~/.config/shell/aliases
fi
alias ls='ls --color=auto'
#PS1='[\u@\h \W]\$ '
PS1='== \W ⚙️ >>'