mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
ref(nix): drop fish legacy support
This commit is contained in:
parent
074e78751a
commit
1bec5057c7
21 changed files with 2 additions and 2 deletions
6
nix/home/common/fish/functions/commit_codewars.fish
Normal file
6
nix/home/common/fish/functions/commit_codewars.fish
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
function commit_codewars
|
||||
set name (basename (pwd))
|
||||
set scope (basename (dirname (pwd)))
|
||||
|
||||
git commit -m "add($scope): $name"
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue