radix/files/fish/functions/functions.fish

8 lines
159 B
Fish

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