nix/home/program/bash/module/Vi.nix

10 lines
102 B
Nix

{ ... }:
{
text = ''
# Neovim shortcut.
function v() {
nvim -- "''${@}"
}
'';
}