1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-05-19 19:29:04 -05:00
dotfiles/fish/functions/helix.fish
2023-10-03 16:56:28 -05:00

5 lines
81 B
Fish

function helix --wraps=hx --description 'alias helix hx'
hx $argv
end