diff options
author | Ben Sima <ben@bsima.me> | 2021-01-09 13:58:53 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-01-09 14:14:44 -0500 |
commit | 37be4f0fb76b75902745a4d7d7cd4ae29e0ea070 (patch) | |
tree | b1c3accebf6b069430e01bf000f5330a9148f7aa | |
parent | 528b5dbfdc4e3a475081cdd550668fed33afc847 (diff) |
alias .. to forced sourcing
-rw-r--r-- | lib/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |