updated bash profiles with some old configs and added tmux config

This commit is contained in:
dan
2025-07-31 21:20:55 -04:00
parent 2e6b90c774
commit 7b8fc69012
3 changed files with 9 additions and 0 deletions

View File

@@ -8,4 +8,6 @@
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias vi='nvim'
alias ll='ls -l'
PS1='[\u@\h \W]\$ '