From 6fba1253bb7d9b5b9a9c063a26bd6eebc59ed301 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Thu, 1 Aug 2019 18:07:01 +0100 Subject: [PATCH] Add shared shell files to shared directory --- shells/{ => shared}/aliases | 0 shells/{ => shared}/functions | 0 shells/{ => shared}/profile | 0 shells/zsh/oh-my-zsh/aliases.zsh | 2 +- shells/zsh/oh-my-zsh/functions.zsh | 2 +- 5 files changed, 2 insertions(+), 2 deletions(-) rename shells/{ => shared}/aliases (100%) rename shells/{ => shared}/functions (100%) rename shells/{ => shared}/profile (100%) diff --git a/shells/aliases b/shells/shared/aliases similarity index 100% rename from shells/aliases rename to shells/shared/aliases diff --git a/shells/functions b/shells/shared/functions similarity index 100% rename from shells/functions rename to shells/shared/functions diff --git a/shells/profile b/shells/shared/profile similarity index 100% rename from shells/profile rename to shells/shared/profile diff --git a/shells/zsh/oh-my-zsh/aliases.zsh b/shells/zsh/oh-my-zsh/aliases.zsh index 9585d3ed..abbb4fbb 100644 --- a/shells/zsh/oh-my-zsh/aliases.zsh +++ b/shells/zsh/oh-my-zsh/aliases.zsh @@ -1,4 +1,4 @@ -source ~/.dotfiles/shells/aliases +source ~/.dotfiles/shells/shared/aliases ########################################### # # diff --git a/shells/zsh/oh-my-zsh/functions.zsh b/shells/zsh/oh-my-zsh/functions.zsh index 1e31a9f9..2b8ea466 100644 --- a/shells/zsh/oh-my-zsh/functions.zsh +++ b/shells/zsh/oh-my-zsh/functions.zsh @@ -1 +1 @@ -source ~/.dotfiles/shells/functions +source ~/.dotfiles/shells/shared/functions