radix/files/fish/functions/functions.fish

4 lines
78 B
Fish

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