Files
arthur-os/bin/omarchy-refresh-tmux
T

10 lines
198 B
Bash
Executable File

#!/bin/bash
# Overwrite the user tmux config with the Omarchy default and reload tmux.
omarchy-refresh-config tmux/tmux.conf
if pgrep -x tmux; then
tmux source-file ~/.config/tmux/tmux.conf
fi