radix/files/fish/functions/functions.fish

8 lines
169 B
Fish

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