fixed it
This commit is contained in:
parent
e5af225060
commit
2e0f370e7b
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue