Created initial assets
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user