add tmux shell terminal multiplexer

This commit is contained in:
2024-12-01 21:44:40 +01:00
parent 59d1929692
commit 12d0a362b4
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
[ ! -z "$USE_TMUX_SHELL" ] && [[ -t 0 ]] && [ -z "$TMUX" ] && (exec tmux attach || exec tmux new-session && exit)
alias update='sudo pacman -Syu --noconfirm'
export HISTTIMEFORMAT="%d/%m/%y %T "