]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Trivial changes after FreeBSD update
authorSergey Matveev <stargrave@stargrave.org>
Mon, 1 May 2023 16:55:02 +0000 (19:55 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 1 May 2023 16:55:02 +0000 (19:55 +0300)
mpv/.mpv/config
zathura/bin/zat
zsh/.zsh/env/005paths.zsh
zsh/.zsh/env/010c.zsh

index 36be2dce8b9646f20229309b214c0cd8217d9872..b8d959952a6375344df37cae581cfcb4954a4b98 100644 (file)
@@ -5,7 +5,6 @@ cache=yes
 cache-secs=60
 display-tags=*
 #osd-fractions
-ytdl=no
 gapless-audio=yes
 autosync=30
 audio-channels=2
index 90c2f6bea2b638390a9ac44635d5bad237d1b019..f12a71841cfd2f2ca7fc646f6c23d5455ce961cf 100755 (executable)
@@ -4,5 +4,5 @@ export PATH=$HOME/local/bin:$PATH
 export XDG_DATA_DIRS=$HOME/local
 export LD_LIBRARY_PATH=$HOME/local/lib:$LD_LIBRARY_PATH
 winid=`start-tabbed.sh zathura -c`
-bin.zathura -e $winid "$1"
+zathura -e $winid "$1"
 rm -f zathura.core
index 99a8a020b31042460a2add1fc0c53c6efc0695fb..4ad8fddf5b8bf7bf650a770da87b48dce8f4361d 100644 (file)
@@ -15,4 +15,4 @@ export -TU PKG_CONFIG_PATH pkg_config_path
 pkg_config_path=(~/local/lib/pkgconfig ~/local/libdata/pkgconfig)
 
 export -TU LD_LIBRARY_PATH ld_library_path
-ld_library_path=(~/local/lib/x86_64-unknown-freebsd12.0 ~/local/lib)
+ld_library_path=(~/local/lib)
index ff0d4fc3b56670b6648c2a0d69f9a809266aa4be..c6dd0e97303d5a3e2d757c8854148ffc6613283e 100644 (file)
@@ -5,4 +5,4 @@ export -TU LDFLAGS ldflags " "
 ldflags=(-L$HOME/local/lib -L/usr/local/lib)
 
 export -TU CXXFLAGS cxxflags " "
-cxxflags=(-stdlib++-isystem ~/local/include/c++/v1 $cflags)
+cxxflags=($cflags)