]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Have not used zshfe for years master
authorSergey Matveev <stargrave@stargrave.org>
Fri, 26 Apr 2024 06:29:39 +0000 (09:29 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 26 Apr 2024 06:29:39 +0000 (09:29 +0300)
mpv/.mpv/config
vim/.vim/pack/stargrave/start/zshfe/autoload/zshfe.vim [deleted file]
vim/.vim/pack/stargrave/start/zshfe/plugin/zshfe.vim [deleted file]
vim/.vim/pack/stargrave/start/zshfe/plugin/zshfe.zsh [deleted file]
x/bin/start-im
zsh/.zsh/env/005irc.zsh

index b50b600100cd93c8c4fd2501c11dd8b7f464b70b..0b8c924dfd6392e1d1472b6328f8d17d176ceb25 100644 (file)
@@ -4,6 +4,8 @@ cache-secs=60
 display-tags=*
 gapless-audio=yes
 autosync=30
+cache-on-disk=no
+gpu-shader-cache=no
 audio-channels=2
 hwdec=vaapi
 hwdec-codecs=h264,hevc,vp8,vp9,mpeg2video,vc1
diff --git a/vim/.vim/pack/stargrave/start/zshfe/autoload/zshfe.vim b/vim/.vim/pack/stargrave/start/zshfe/autoload/zshfe.vim
deleted file mode 100644 (file)
index bb94dd6..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-vim9script
-
-export def Do(query: string, opencmd: string)
-    silent var result = systemlist(g:zshfe_path .. " " .. query)
-    if len(result) == 0 | return | endif
-    execute opencmd .. " " .. result[0][: -2]
-enddef
diff --git a/vim/.vim/pack/stargrave/start/zshfe/plugin/zshfe.vim b/vim/.vim/pack/stargrave/start/zshfe/plugin/zshfe.vim
deleted file mode 100644 (file)
index cb05d99..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-vim9script
-
-# zsh file completion caller
-# Maintainer: Sergey Matveev <stargrave@stargrave.org>
-# License: GNU General Public License version 3 of the License or later
-
-if exists("*zshfe#Do") | finish | endif
-if !exists("g:zshfe_path")
-    g:zshfe_path = expand("<sfile>:p:h") .. "/zshfe.zsh"
-endif
-
-command! -nargs=1 Fe call zshfe#Do(<f-args>, "edit")
-command! -nargs=1 Fsp call zshfe#Do(<f-args>, "split")
-command! -nargs=1 Fvs call zshfe#Do(<f-args>, "vsplit")
-
-nmap <Leader>e :Fe 
-nmap <Leader><space> :Fsp 
-nmap <Leader>v :Fvs 
diff --git a/vim/.vim/pack/stargrave/start/zshfe/plugin/zshfe.zsh b/vim/.vim/pack/stargrave/start/zshfe/plugin/zshfe.zsh
deleted file mode 100755 (executable)
index 9222054..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env zsh
-
-setopt ERR_EXIT
-zmodload zsh/zpty
-zpty zshfe zsh
-zpty -w zshfe "print ZSHFE $*"$'\t EFHSZ\nexit\n'
-zpty -r zshfe zshfe "*exit"
-print -- $zshfe | sed -n "s/^ZSHFE \(.*\) EFHSZ/\1/p"
index 69727aea90bbfda58907a0ef01cb9ea5a6507e08..fc2f81cf28f625e0c3ecf391d41ebf7a4ab7b8ec 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-st -t Terminal8 -e sh -c "cd /home/stargrave/secure/mmc ; /home/stargrave/work/mmc/cmd/start" 2>/dev/null &
+st -t Terminal8 -e sh -c "cd /home/stargrave/secure/mmc ; envdir env /home/stargrave/work/mmc/cmd/start" 2>/dev/null &
index e107faeb87341dba7c6cf0dbe726a13b8edb486a..743e10cde91fa9e7bcd76c55409866e6fa50ddde 100644 (file)
@@ -1,3 +1,2 @@
 export IRCNAME="Sergey Matveev"
 export IRCNICK="stargrave"
-export MMC_ENTRYPOINT=mm.rnd.stcnet.ru