fix: correct fish function name

pull/1/head
anemofilia 2023-10-08 14:30:14 -03:00
parent f69fcefc23
commit a691f89423
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ function code-projects
string replace '@' '~/projects/code/' $argv[1]
end
function code-projects
function bookmarks
string replace '@' '~/resources/bookmarks/' $argv[1]
end