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 >───────────────────────────────────
|
||||
if test -d $HOME/.local/share/neovide/
|
||||
set -p neovide (bash -c 'find $HOME/ -name *neovide*.appimage')
|
||||
alias neovide="$neovide"
|
||||
function nvim
|
||||
neovide
|
||||
end
|
||||
alias nvim="$neovide"
|
||||
end
|
||||
|
||||
# ─< colorized ls >─────────────────────────────────────────────────────────────────────────
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue