This commit is contained in:
2026-03-20 00:31:36 -05:00
commit 3b7f0ef7d8
6 changed files with 6620 additions and 0 deletions

6
.bashrc Normal file
View File

@@ -0,0 +1,6 @@
alias ls='ls --color=auto'
alias c='clear'
alias la='ls -la'
export PS1='[\e[30m$?\e[0m] [\e[1;31m\u\e[0m] \w > '