From 7b8fc69012694f3b45fecba5ddc3dddee3811092 Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 31 Jul 2025 21:20:55 -0400 Subject: [PATCH] updated bash profiles with some old configs and added tmux config --- .bash_profile | 3 +++ .bashrc | 2 ++ .config/tmux/tmux.conf | 4 ++++ 3 files changed, 9 insertions(+) create mode 100644 .config/tmux/tmux.conf diff --git a/.bash_profile b/.bash_profile index 5545f00..157a54f 100644 --- a/.bash_profile +++ b/.bash_profile @@ -3,3 +3,6 @@ # [[ -f ~/.bashrc ]] && . ~/.bashrc + +PATH=$PATH:$HOME/.scripts + diff --git a/.bashrc b/.bashrc index 4c2377a..fd9c616 100644 --- a/.bashrc +++ b/.bashrc @@ -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]\$ ' diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf new file mode 100644 index 0000000..efc3cff --- /dev/null +++ b/.config/tmux/tmux.conf @@ -0,0 +1,4 @@ +bind '\' split-window -h +bind - split-window -v +unbind '"' +unbind %