This commit is contained in:
pika 2025-03-29 21:45:16 +01:00
parent e5d107b8cf
commit f7fe47a15e

6
.zshrc
View file

@ -450,13 +450,13 @@ __alias__() {
if command_exists nvim; then
alias cnvim="command nvim"
alias nvim="$(choose_nvim)"
nv() {
NVIM_APPNAME="$1" command nvim "${@:2}"
}
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