From 049de6102d781513dc258b17d0bd8f08119520d2 Mon Sep 17 00:00:00 2001 From: Phantop Date: Wed, 14 Nov 2018 21:27:24 -0500 Subject: [PATCH] Fix a minor mistake with two program links --- .local/share/nicotine/.gitignore | 0 .local/share/surf/.gitignore | 0 .nicotine | 2 +- .surf | 2 +- .symlinks/.nicotine | 1 - .symlinks/.surf | 1 - 6 files changed, 2 insertions(+), 4 deletions(-) create mode 100644 .local/share/nicotine/.gitignore create mode 100644 .local/share/surf/.gitignore delete mode 120000 .symlinks/.nicotine delete mode 120000 .symlinks/.surf diff --git a/.local/share/nicotine/.gitignore b/.local/share/nicotine/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/.local/share/surf/.gitignore b/.local/share/surf/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/.nicotine b/.nicotine index 78ca3b6..e15f3f5 120000 --- a/.nicotine +++ b/.nicotine @@ -1 +1 @@ -.symlinks/.nicotine \ No newline at end of file +.local/share/nicotine \ No newline at end of file diff --git a/.surf b/.surf index 906ee5a..0c074db 120000 --- a/.surf +++ b/.surf @@ -1 +1 @@ -.symlinks/.surf \ No newline at end of file +.local/share/surf \ No newline at end of file diff --git a/.symlinks/.nicotine b/.symlinks/.nicotine deleted file mode 120000 index adb904c..0000000 --- a/.symlinks/.nicotine +++ /dev/null @@ -1 +0,0 @@ -/home/glados/.local/share/nicotine/ \ No newline at end of file diff --git a/.symlinks/.surf b/.symlinks/.surf deleted file mode 120000 index 1e46f35..0000000 --- a/.symlinks/.surf +++ /dev/null @@ -1 +0,0 @@ -/home/glados/.local/share/surf \ No newline at end of file