Skip to content

Commit

Permalink
[tmux] Move tmux.conf into the tmux directory
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Oct 8, 2016
1 parent a1524f7 commit b59a100
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/os/create_symbolic_links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion test/run_shellcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit b59a100

Please sign in to comment.