From 385ee6486fbbabfd8c49023acfc2dfc2b08a0b83 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 4 May 2023 01:50:15 +0100 Subject: [PATCH] task: move taskrc file to task subfolder That is where task now searches for the config file. --- Makefile | 2 +- taskrc => task/taskrc | 0 zshenv | 3 --- 3 files changed, 1 insertion(+), 4 deletions(-) rename taskrc => task/taskrc (100%) diff --git a/Makefile b/Makefile index c5a8d99..22365da 100644 --- a/Makefile +++ b/Makefile @@ -127,7 +127,7 @@ systemd: $(XDG_CONFIG_HOME) $(systemd_system_units) .PHONY: systemd task: $(XDG_CONFIG_HOME) - ln -sfT $(APATH)/taskrc $(XDG_CONFIG_HOME)/taskrc + ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@ .PHONY: task tmux: $(XDG_CONFIG_HOME) diff --git a/taskrc b/task/taskrc similarity index 100% rename from taskrc rename to task/taskrc diff --git a/zshenv b/zshenv index 93993b0..7a3b049 100644 --- a/zshenv +++ b/zshenv @@ -44,9 +44,6 @@ export LESSHISTFILE="$XDG_CACHE_HOME/lesshst" # urxvtd export RXVT_SOCKET="$XDG_RUNTIME_DIR/urxvtd-$HOST" -# task -export TASKRC="$XDG_CONFIG_HOME/taskrc" - # mpv & mplayer export MPV_HOME="$XDG_CONFIG_HOME/mpv" export MPLAYER_HOME="$XDG_CONFIG_HOME/mplayer" -- 2.48.1