From 7ce5bc92f06de7cf324c362e7d5c9c76b4d3c58e Mon Sep 17 00:00:00 2001 From: Hactarus Date: Fri, 12 Jun 2020 10:52:57 +0200 Subject: [PATCH] move term ini to the end --- common.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.toml b/common.toml index 11acd10..36afd93 100644 --- a/common.toml +++ b/common.toml @@ -77,7 +77,6 @@ [tasks.default] deps = [ "zsh", - "term", "tmux", "ssh", "git", @@ -89,4 +88,5 @@ "profanity", "awesome", "nitrogen", + "term", ]