From 0ffc0617cb111c35ccf23893d278435a9edf1040 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Wed, 27 Aug 2014 13:23:29 +0200 Subject: [PATCH] Removed . in front of file names --- .oh-my-zsh => oh-my-zsh | 0 .tmux.conf => tmux.conf | 2 +- {.tmux => tmux}/dev | 0 .zshrc => zshrc | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename .oh-my-zsh => oh-my-zsh (100%) rename .tmux.conf => tmux.conf (96%) rename {.tmux => tmux}/dev (100%) rename .zshrc => zshrc (100%) diff --git a/.oh-my-zsh b/oh-my-zsh similarity index 100% rename from .oh-my-zsh rename to oh-my-zsh diff --git a/.tmux.conf b/tmux.conf similarity index 96% rename from .tmux.conf rename to tmux.conf index 4288652..db2fb3d 100644 --- a/.tmux.conf +++ b/tmux.conf @@ -15,7 +15,7 @@ setw -g monitor-activity on set -g visual-activity on #load tmux setup -bind D source-file ~/.dotfiles/.tmux/dev +bind D source-file ~/.dotfiles/tmux/dev #setup kill comnmand bind k confirm kill-window diff --git a/.tmux/dev b/tmux/dev similarity index 100% rename from .tmux/dev rename to tmux/dev diff --git a/.zshrc b/zshrc similarity index 100% rename from .zshrc rename to zshrc