Created initial assets

This commit is contained in:
2025-10-07 10:43:34 -06:00
parent 377ab91af7
commit 88288a98b6
5 changed files with 58 additions and 0 deletions
@@ -0,0 +1,9 @@
function _loki_fish
set -l _old (commandline)
if test -n $_old
echo -n "⌛"
commandline -f repaint
commandline (loki -e $_old)
end
end
bind \ee _loki_fish