From 72608c325802e5e039a53cda5f7ff3ab1cde1a2f Mon Sep 17 00:00:00 2001 From: anemofilia Date: Tue, 8 Aug 2023 19:32:20 -0300 Subject: [PATCH] fix: change flag order in abbr form --- files/fish/fish_abbreviations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/fish/fish_abbreviations b/files/fish/fish_abbreviations index 8f8e35c..1c3bacd 100644 --- a/files/fish/fish_abbreviations +++ b/files/fish/fish_abbreviations @@ -3,7 +3,7 @@ abbr --add v 'yt-dlp --prefer-free-formats' abbr --add tf --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 --set-cursor 'mpv "%"' --position anywhere +abbr --add mpv --position anywhere --set-cursor 'mpv "%"' set -l RADIX_REPO "$HOME/projects/guile/radix" abbr --add !system --position anywhere "doas guix system reconfigure /etc/config.scm"