This commit is contained in:
2026-03-13 17:23:49 -05:00
parent 1432d75bb6
commit 381b5700bd
32 changed files with 814 additions and 424 deletions

View File

@@ -4,6 +4,7 @@
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias ip='ip -c=always'
PS1='[\u@\h \W]\$ '
alias update='~/update.sh'