some changes
This commit is contained in:
parent
1ed4f0e147
commit
f926e10589
2 changed files with 32 additions and 44 deletions
|
@ -158,8 +158,7 @@ if test -d $HOME/.local/share/neovide/
|
|||
if command -v neovide >/dev/null 2>&1
|
||||
alias nvim='neovide --fork'
|
||||
else
|
||||
set -p neovide (bash -c 'find $HOME/ -name *neovide*.appimage') || set -p neovide "neovide" || exit 1
|
||||
alias nvim="$neovide"
|
||||
set -p neovide (bash -c 'find $HOME/ -name *neovide*.appimage' >/dev/null 2>&1) || exit 1
|
||||
alias nvim="$neovide --fork"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
# ─< tools creation >───────────────────────────────────────────────────────────────────────
|
||||
set fish_greeting
|
||||
set toolbox "The following tools are active:
|
||||
"
|
||||
set warnings "The following packages are NOT active:
|
||||
"
|
||||
|
||||
function tools
|
||||
|
||||
end
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue