This commit is contained in:
2026-03-18 00:46:00 -07:00
commit e9e6368c6e
563 changed files with 44813 additions and 0 deletions

13
dotfiles/.bashrc Normal file
View File

@@ -0,0 +1,13 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias up='wg-quick up wg0'
alias down='wg-quick down wg0'
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias discup='sudo pacman -Syy discord'
alias r="ranger"
PS1='[\[\e[94;1m\]\u\[\e[0;94m\]@\[\e[94m\]\h\[\e[0m\]] \[\e[92m\]\w\n\[\e[0m\]> '