radix/files/fish/functions/functions.fish

8 lines
169 B
Fish
Raw Normal View History

function code-projects
string replace '@' '~/projects/code/' $argv[1]
end
2023-10-08 17:30:14 +00:00
function bookmarks
$EDITOR (string replace ':' '~/resources/bookmarks/' $argv[1])
end