initial commit
This commit is contained in:
7
bin/nomarchy-restart-tmux
Executable file
7
bin/nomarchy-restart-tmux
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Restart tmux if running with the latest configuration
|
||||
|
||||
if pgrep -x tmux; then
|
||||
tmux source-file ~/.config/tmux/tmux.conf
|
||||
fi
|
||||
Reference in New Issue
Block a user