This commit is contained in:
pika 2025-03-28 12:57:53 +01:00
parent e5af225060
commit 2e0f370e7b

3
.zshrc
View file

@ -454,6 +454,9 @@ __alias__() {
if [ -d "$HOME/.config/nvdev" ]; then
alias nvdev='NVIM_APPNAME="nvdev" command nvim'
alias neodev='NVIM_APPNAME="nvdev" neovide --fork'
nv() {
NVIM_APPNAME="$1" command nvim "${@:2}"
}
fi
fi