From 43e3aed8de8d9686e62b9c16cd20d1cdca4084a8 Mon Sep 17 00:00:00 2001 From: anemofilia Date: Sat, 16 Sep 2023 19:49:33 -0300 Subject: [PATCH] chore: Add abbreviations for edit links file and enter research folder --- files/fish/abbreviations.fish | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/files/fish/abbreviations.fish b/files/fish/abbreviations.fish index 2c37b0c..8416d2a 100644 --- a/files/fish/abbreviations.fish +++ b/files/fish/abbreviations.fish @@ -2,10 +2,15 @@ abbr --add m --set-cursor 'yt-dlp --prefer-free-formats --extract-audio "%"' abbr --add v --set-cursor 'yt-dlp --prefer-free-formats "%"' abbr --add zedit --set-cursor "zcat % | $EDITOR" -abbr --add tf --set-cursor 'setsid -f %>/dev/null 2>&1 & disown' +abbr --add tf --position anywhere --set-cursor 'setsid -f %>/dev/null 2>&1 & disown' 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" + +# Research +abbr --add @research --position anywhere "~/area/research/assymptotically-periodic-functions/" + # Projects set -l PROJECTS "$HOME/projects/code" abbr --add @guix --position anywhere "$PROJECTS/scm/guix" @@ -20,9 +25,6 @@ abbr --add @radix --position anywhere "$RADIX_REPO" abbr --add @files --position anywhere "$RADIX_REPO/files" abbr --add @modules --position anywhere "$RADIX_REPO/modules/radix" -## Guix TODO -abbr --add @todo --position anywhere "$PROJECTS/org/guix-todo" - # System and Home abbr --add !system --position anywhere "doas guix system reconfigure /etc/config.scm" abbr --add !home --position anywhere "guix home reconfigure ~/.config/guix/home.scm"