tmuxifier

This commit is contained in:
2026-04-15 22:00:59 +02:00
parent 64e545ae32
commit 7b7f5a5dcf
5 changed files with 391 additions and 2 deletions
+4
View File
@@ -9,3 +9,7 @@ alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '
export PATH="$HOME/.local/bin:$PATH"
# Tmuxifier
export PATH="$HOME/.tmuxifier/bin:$PATH"
eval "$(tmuxifier init -)"