From 1b54291dadb51a54e086140cbd072c38887fd9fa Mon Sep 17 00:00:00 2001 From: fhdk Date: Sat, 21 Dec 2019 15:17:26 +0100 Subject: [PATCH] moving bin to .local - adhere to systemd standard ``` systemd-path user-binaries /home/fh/.local/bin ``` --- base/{ => .local}/bin/rofi_run | 0 base/bin | 1 + 2 files changed, 1 insertion(+) rename base/{ => .local}/bin/rofi_run (100%) create mode 120000 base/bin diff --git a/base/bin/rofi_run b/base/.local/bin/rofi_run similarity index 100% rename from base/bin/rofi_run rename to base/.local/bin/rofi_run diff --git a/base/bin b/base/bin new file mode 120000 index 00000000..aab35185 --- /dev/null +++ b/base/bin @@ -0,0 +1 @@ +.local/bin \ No newline at end of file