fix: change @ by : in fish function `bookmarks'
parent
a691f89423
commit
c075becca9
|
@ -3,5 +3,5 @@ function code-projects
|
||||||
end
|
end
|
||||||
|
|
||||||
function bookmarks
|
function bookmarks
|
||||||
string replace '@' '~/resources/bookmarks/' $argv[1]
|
string replace ':' '~/resources/bookmarks/' $argv[1]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue