mirror of
https://github.com/xlogerais/config-tmux
synced 2024-11-10 00:51:41 +01:00
8 lines
84 B
Bash
Executable File
8 lines
84 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd $HOME || exit 1
|
|
|
|
CONFDIR=.tmux
|
|
|
|
ln -sf $CONFDIR/config .tmux.config
|