From aea2098c98d33b379530abe09fce23d06c7247e5 Mon Sep 17 00:00:00 2001 From: Rob Muhlestein Date: Mon, 11 Sep 2023 15:31:33 -0400 Subject: [PATCH] add todo alias --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 350c0ca..8f7781f 100644 --- a/.bashrc +++ b/.bashrc @@ -238,6 +238,7 @@ _have setxkbmap && test -n "$DISPLAY" && # (use exec scripts instead, which work from vim and subprocs) unalias -a +alias todo='vi ~/.todo' alias ip='ip -c' alias '?'=duck alias '??'=gpt