fix: make channel use only the contents of the modules directory
parent
b826ab2856
commit
99825bca3d
|
@ -1,3 +1,4 @@
|
|||
(channel
|
||||
(version 0)
|
||||
(directory "modules")
|
||||
(url "https://codeberg.org/anemofilia/radix"))
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
abbr --add m 'yt-dlp --prefer-free-formats --extract-audio'
|
||||
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 --position anywhere --set-cursor 'mpv "%"'
|
||||
abbr --add zedit --set-cursor "zcat % | $EDITOR"
|
||||
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 --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"
|
||||
|
|
Loading…
Reference in New Issue