fix: make channel use only the contents of the modules directory

pull/1/head
anemofilia 2023-08-10 09:10:35 -03:00
parent b826ab2856
commit 99825bca3d
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,4 @@
(channel (channel
(version 0) (version 0)
(directory "modules")
(url "https://codeberg.org/anemofilia/radix")) (url "https://codeberg.org/anemofilia/radix"))

View File

@ -1,6 +1,7 @@
abbr --add m 'yt-dlp --prefer-free-formats --extract-audio' abbr --add m 'yt-dlp --prefer-free-formats --extract-audio'
abbr --add v 'yt-dlp --prefer-free-formats' abbr --add v '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 --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 zxz --set-cursor 'curl -F "file=@%" https://0.vern.cc | xsel -b'
abbr --add mpv --position anywhere --set-cursor 'mpv "%"' abbr --add mpv --position anywhere --set-cursor 'mpv "%"'