From b59a100340c973c20ade32560ffb083d83cf9fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Sat, 8 Oct 2016 12:13:07 +0300 Subject: [PATCH] [tmux] Move `tmux.conf` into the `tmux` directory --- src/os/create_symbolic_links.sh | 3 ++- src/{shell => tmux}/tmux.conf | 0 test/run_shellcheck.sh | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) rename src/{shell => tmux}/tmux.conf (100%) diff --git a/src/os/create_symbolic_links.sh b/src/os/create_symbolic_links.sh index fab6bd9c2..1732d8dcc 100755 --- a/src/os/create_symbolic_links.sh +++ b/src/os/create_symbolic_links.sh @@ -20,12 +20,13 @@ create_symlinks() { "shell/bashrc" "shell/curlrc" "shell/inputrc" - "shell/tmux.conf" "git/gitattributes" "git/gitconfig" "git/gitignore" + "tmux/tmux.conf" + "vim/vim" "vim/vimrc" diff --git a/src/shell/tmux.conf b/src/tmux/tmux.conf similarity index 100% rename from src/shell/tmux.conf rename to src/tmux/tmux.conf diff --git a/test/run_shellcheck.sh b/test/run_shellcheck.sh index 876b8d622..2f0c51238 100755 --- a/test/run_shellcheck.sh +++ b/test/run_shellcheck.sh @@ -19,7 +19,6 @@ main() { -type f \ ! -path '../src/shell/curlrc' \ ! -path '../src/shell/inputrc' \ - ! -path '../src/shell/tmux.conf' \ ! -path '../src/os/preferences/macos/*.applescript' \ ! -path '../src/os/preferences/macos/*.terminal' \ -exec shellcheck \