From 00a3ad14b728ea4da8afb7655bb9fc1d7a3c3ca3 Mon Sep 17 00:00:00 2001 From: anemofilia Date: Mon, 18 Sep 2023 19:19:14 -0300 Subject: [PATCH] feat: add fish abbreviation to quickly edit my todo file --- files/fish/abbreviations.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/files/fish/abbreviations.fish b/files/fish/abbreviations.fish index 8416d2a..ef18301 100644 --- a/files/fish/abbreviations.fish +++ b/files/fish/abbreviations.fish @@ -7,6 +7,7 @@ abbr --add zxz --set-cursor 'curl -F "file=@%" https://0.vern.cc | xsel -b' abbr --add mpv --position anywhere --set-cursor 'mpv "%"' abbr --add :links "$EDITOR ~/area/organization/links" +abbr --add :todo "$EDITOR ~/area/organization/todo" # Research abbr --add @research --position anywhere "~/area/research/assymptotically-periodic-functions/"