7 lines
151 B
Bash
Executable File
7 lines
151 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Overwrite the user tmux config with the Nomarchy default and reload tmux.
|
|
|
|
nomarchy-refresh-config tmux/tmux.conf
|
|
nomarchy-restart-tmux
|