radix/files/fish/functions/functions.fish

8 lines
163 B
Fish
Raw Normal View History

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