some fixes

This commit is contained in:
Never Gude 2026-03-19 18:55:59 +01:00
parent d3e917fa09
commit 5b162616d2
3 changed files with 8 additions and 13 deletions

View file

@ -22,11 +22,6 @@ if status is-interactive
$argv &>/dev/null & disown
end
function alacritty --description 'Create new Alacritty window'
command alacritty msg create-window $argv
end
function vman --description 'Uses Neovim as a manpager'
man $argv | nvim +Man!
end