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

@@ -3,3 +3,6 @@
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
PATH=$PATH:$HOME/.scripts

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]\$ '

4
.config/tmux/tmux.conf Normal file
View File

@@ -0,0 +1,4 @@
bind '\' split-window -h
bind - split-window -v
unbind '"'
unbind %