1
0
mirror of https://github.com/xlogerais/config-tmux synced 2024-09-19 23:39:58 +02:00
config-tmux/create-links.bash

8 lines
82 B
Bash
Raw Normal View History

#!/bin/bash
cd $HOME || exit 1
CONFDIR=.tmux
2019-01-28 16:45:52 +01:00
ln -sf $CONFDIR/config .tmux.conf