5 lines
83 B
Bash
Executable file
5 lines
83 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
ln -svrf tmux.conf ~/.tmux.conf
|
|
tmux source-file ~/.tmux.conf
|
|
|