From 48662970754197b1ffeb81ce459f6d89da47e521 Mon Sep 17 00:00:00 2001 From: Pavel Pertsev Date: Sat, 19 Aug 2017 15:33:06 +0300 Subject: [PATCH] Fix opt symlinking --- opt/autoload | 1 - opt/colors | 1 - opt/gruvbox/autoload | 1 + opt/gruvbox/colors | 1 + 4 files changed, 2 insertions(+), 2 deletions(-) delete mode 120000 opt/autoload delete mode 120000 opt/colors create mode 120000 opt/gruvbox/autoload create mode 120000 opt/gruvbox/colors diff --git a/opt/autoload b/opt/autoload deleted file mode 120000 index c86fb0e1..00000000 --- a/opt/autoload +++ /dev/null @@ -1 +0,0 @@ -../autoload \ No newline at end of file diff --git a/opt/colors b/opt/colors deleted file mode 120000 index 7b58b1ab..00000000 --- a/opt/colors +++ /dev/null @@ -1 +0,0 @@ -../colors \ No newline at end of file diff --git a/opt/gruvbox/autoload b/opt/gruvbox/autoload new file mode 120000 index 00000000..c5b672ae --- /dev/null +++ b/opt/gruvbox/autoload @@ -0,0 +1 @@ +../../autoload \ No newline at end of file diff --git a/opt/gruvbox/colors b/opt/gruvbox/colors new file mode 120000 index 00000000..daf99fdc --- /dev/null +++ b/opt/gruvbox/colors @@ -0,0 +1 @@ +../../colors \ No newline at end of file