]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Unify bind variables names
authorSergey Matveev <stargrave@stargrave.org>
Sat, 12 Jun 2021 07:22:01 +0000 (10:22 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 12 Jun 2021 07:22:01 +0000 (10:22 +0300)
zsh/.zshenv

index c838734550aaa5dcbfc045c95d78325982b230d3..2536a73c171fdb38ff00f9d3b8cfd809ffa07a49 100644 (file)
@@ -73,8 +73,8 @@ path=(~/src/suckless/tabbed $path)
 
 path=(~/work/goredo $path)
 
-export -TU PKG_CONFIG_PATH pkgconfigpath
-pkgconfigpath=(~/local/lib/pkgconfig ~/local/libdata/pkgconfig)
+export -TU PKG_CONFIG_PATH pkg_config_path
+pkg_config_path=(~/local/lib/pkgconfig ~/local/libdata/pkgconfig)
 # }}}
 
 # C related {{{