From: Samir Benmendil Date: Thu, 4 May 2023 00:50:15 +0000 (+0100) Subject: task: move taskrc file to task subfolder X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/385ee6486fbbabfd8c49023acfc2dfc2b08a0b83?ds=inline task: move taskrc file to task subfolder That is where task now searches for the config file. --- 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"