Adding tmux

This commit is contained in:
gerardo
2022-09-06 12:49:50 -05:00
parent 7bede13fe1
commit ed9aa84d9c
45 changed files with 2217 additions and 5 deletions

View File

@ -127,3 +127,6 @@ then
echo "Adding git completion ..."
source /usr/share/bash-completion/completions/git
fi
echo "Adding local path folders ... ~/.local/bin"
export PATH="$PATH:~/.local/bin"