diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-05-13 18:59:40 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-05-13 18:59:40 +0900 |
| commit | 15afc3f02585cb2d3ba10e37ac7421860fc316c9 (patch) | |
| tree | bf34a92ab9de9700ff8527139a10689d9682fb7a | |
| parent | 54705418f1b2ad309de14721f43e8d23740b5c44 (diff) | |
| download | dotfiles-15afc3f02585cb2d3ba10e37ac7421860fc316c9.tar.gz dotfiles-15afc3f02585cb2d3ba10e37ac7421860fc316c9.tar.zst dotfiles-15afc3f02585cb2d3ba10e37ac7421860fc316c9.zip | |
tmux: move .tmux.conf to .config/tmux/tmux.conf
| -rw-r--r-- | .config/tmux/tmux.conf (renamed from .tmux.conf) | 0 | ||||
| -rwxr-xr-x | setup.sh | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.config/tmux/tmux.conf index 1cff1c9..1cff1c9 100644 --- a/.tmux.conf +++ b/.config/tmux/tmux.conf @@ -4,7 +4,6 @@ # Make symlinks to dot files. {{{2 for name in \ - .tmux.conf \ .vimrc \ .zshenv \ .zshrc \ @@ -30,6 +29,7 @@ for name in \ git \ newsboat \ nvim \ + tmux \ ; \ do if [ ! -L ~/.config/"$name" ]; then |
