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