fix: change @ by : in fish function `bookmarks'

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

View File

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