Initial commit

This commit is contained in:
dan
2025-07-31 15:28:53 -04:00
commit 2e6b90c774
65 changed files with 2037 additions and 0 deletions

11
.bashrc Normal file
View File

@@ -0,0 +1,11 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias vi='nvim'
PS1='[\u@\h \W]\$ '