move to new repo

This commit is contained in:
Rene Schallner
2021-11-21 02:13:10 +01:00
parent 67fb220931
commit 2237d6d452

View File

@@ -36,7 +36,7 @@ local downloader2cmd = {
install_daily_finder = function() install_daily_finder = function()
local destpath = zkcfg.my_bin .. '/' .. zkcfg.daily_finder local destpath = zkcfg.my_bin .. '/' .. zkcfg.daily_finder
local cmd = downloader2cmd[zkcfg.downloader] local cmd = downloader2cmd[zkcfg.downloader]
vim.api.nvim_command('!'.. cmd .. ' ' .. destpath .. ' https://raw.githubusercontent.com/renerocksai/telekasten/main/ext_commands/daily_finder.sh') vim.api.nvim_command('!'.. cmd .. ' ' .. destpath .. ' https://raw.githubusercontent.com/renerocksai/telekasten.nvim/main/ext_commands/daily_finder.sh')
vim.api.nvim_command('!chmod +x ' .. destpath) vim.api.nvim_command('!chmod +x ' .. destpath)
end end