9f6eca95a1
This includes the starting auto-insert code for bash scripts, fish scripts and Emacs lisp. Off to a great start here.
9 lines
379 B
Fish
Executable file
9 lines
379 B
Fish
Executable file
#!/usr/bin/env fish
|
|
# ----------------------------------------------------------------------
|
|
# `(upcase (file-name-nondirectory (file-name-sans-extension (buffer-file-name))))`: $1
|
|
# ----------------------------------------------------------------------
|
|
|
|
function `(downcase (file-name-nondirectory (file-name-sans-extension (buffer-file-name))))` --description "$1"
|
|
$0
|
|
end
|