This website works better with JavaScript
Главная
Обзор
Помощь
Вход
DricomDragon
/
JovianLinux
Следить
1
В избранное
0
Ответвить
0
Файлы
Дерево:
11a7daabf2
Ветки
Метки
6t-prompt
buggy-global-gitignore
ignore-intellij
imp/auto-sort-windows
imp/regolith-install
master
new/bat-diff
new/proxmox-ve
patch/i3-xfce-terminal
patch/qarnot-lascaille-fix
JovianLinux
/
Install
/
Templates
/
config
/
fish
/
functions
/
updatevim.fish
updatevim.fish
95 B
История
Исходник
1
2
3
4
function updatevim
set -lx SHELL (which sh)
vim +BundleInstall! +BundleClean +qall
end