diff options
Diffstat (limited to 'lib')
-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"; |