diff options
author | Ben Sima <ben@bsima.me> | 2021-01-25 11:39:45 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-01-25 11:39:45 -0500 |
commit | 6f4baa9efe89ff948bfab9a940bc1c6d5cef11d0 (patch) | |
tree | abfaad1edd1a94801c7bf0efd436030fd0a797ea | |
parent | 865230ab4dc5f122831b4a3e6660377b5626867e (diff) |
que aliases
-rw-r--r-- | lib/common.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common.nix b/lib/common.nix index ae55b2e..ac5defd 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -309,6 +309,8 @@ in bind '"\C-g\C-r": "$(_gr)\e\C-e\er"' ''; shellAliases = { + q = "que"; + qd = ''que pub/bsnotify <(echo "done")''; ".." = "__HM_SESS_VARS_SOURCED= ."; day = "date +%a"; ddate = "date +%Y.%m.%d"; |