summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-01-09 13:58:53 -0500
committerBen Sima <ben@bsima.me>2021-01-09 14:14:44 -0500
commit37be4f0fb76b75902745a4d7d7cd4ae29e0ea070 (patch)
treeb1c3accebf6b069430e01bf000f5330a9148f7aa /lib/common.nix
parent528b5dbfdc4e3a475081cdd550668fed33afc847 (diff)
alias .. to forced sourcing
Diffstat (limited to 'lib/common.nix')
-rw-r--r--lib/common.nix1
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";