bugfixing
This commit is contained in:
parent
8bb72f20ed
commit
e2ab3de5f8
1 changed files with 1 additions and 4 deletions
|
@ -9,10 +9,7 @@ end
|
||||||
# ─< neovide, the best frontend for any neovim-config >───────────────────────────────────
|
# ─< neovide, the best frontend for any neovim-config >───────────────────────────────────
|
||||||
if test -d $HOME/.local/share/neovide/
|
if test -d $HOME/.local/share/neovide/
|
||||||
set -p neovide (bash -c 'find $HOME/ -name *neovide*.appimage')
|
set -p neovide (bash -c 'find $HOME/ -name *neovide*.appimage')
|
||||||
alias neovide="$neovide"
|
alias nvim="$neovide"
|
||||||
function nvim
|
|
||||||
neovide
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
# ─< colorized ls >─────────────────────────────────────────────────────────────────────────
|
# ─< colorized ls >─────────────────────────────────────────────────────────────────────────
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue