From 5260b6fb5d9b9f024409319fab9e6c45ea72428f Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 11 Jan 2021 16:32:54 -0600 Subject: [PATCH] Move shell files --- shell/aliases => .aliases | 0 shell/bashrc => .bashrc | 0 shell/env => .environment | 0 shell/functions => .functions | 0 shell/tmux.conf => .tmux.conf | 0 shell/vimrc => .vimrc | 0 shell/zshrc => .zshrc | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename shell/aliases => .aliases (100%) rename shell/bashrc => .bashrc (100%) rename shell/env => .environment (100%) rename shell/functions => .functions (100%) rename shell/tmux.conf => .tmux.conf (100%) rename shell/vimrc => .vimrc (100%) rename shell/zshrc => .zshrc (100%) diff --git a/shell/aliases b/.aliases similarity index 100% rename from shell/aliases rename to .aliases diff --git a/shell/bashrc b/.bashrc similarity index 100% rename from shell/bashrc rename to .bashrc diff --git a/shell/env b/.environment similarity index 100% rename from shell/env rename to .environment diff --git a/shell/functions b/.functions similarity index 100% rename from shell/functions rename to .functions diff --git a/shell/tmux.conf b/.tmux.conf similarity index 100% rename from shell/tmux.conf rename to .tmux.conf diff --git a/shell/vimrc b/.vimrc similarity index 100% rename from shell/vimrc rename to .vimrc diff --git a/shell/zshrc b/.zshrc similarity index 100% rename from shell/zshrc rename to .zshrc