From 37be4f0fb76b75902745a4d7d7cd4ae29e0ea070 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 9 Jan 2021 13:58:53 -0500 Subject: alias .. to forced sourcing --- lib/common.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/common.nix') diff --git a/lib/common.nix b/lib/common.nix index affb979..84fe90f 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -308,6 +308,7 @@ in bind '"\C-g\C-r": "$(_gr)\e\C-e\er"' ''; shellAliases = { + ".." = "__HM_SESS_VARS_SOURCED= ."; day = "date +%a"; ddate = "date +%Y.%m.%d"; dday = "date +%A"; -- cgit v1.2.3