fix: correct fish function name
parent
f69fcefc23
commit
a691f89423
|
@ -2,6 +2,6 @@ function code-projects
|
||||||
string replace '@' '~/projects/code/' $argv[1]
|
string replace '@' '~/projects/code/' $argv[1]
|
||||||
end
|
end
|
||||||
|
|
||||||
function code-projects
|
function bookmarks
|
||||||
string replace '@' '~/resources/bookmarks/' $argv[1]
|
string replace '@' '~/resources/bookmarks/' $argv[1]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue