aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-10-05 11:11:03 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2017-06-01 18:37:35 +0200
commited5102d2b05764ede7682d066a52dc4b141ca281 (patch)
tree2c573768667b29e113d014277ac256151716ec1d /zsh
parent80f99cdbd2899cac825b9db755a381ba5492d44f (diff)
downloaddotfiles-ed5102d2b05764ede7682d066a52dc4b141ca281.tar.xz
zprofiles: Drop libwcwidth
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'zsh')
-rw-r--r--zsh/profile-leeloo6
-rw-r--r--zsh/profile-zorg4
2 files changed, 0 insertions, 10 deletions
diff --git a/zsh/profile-leeloo b/zsh/profile-leeloo
index be9ae1a..20c5f72 100644
--- a/zsh/profile-leeloo
+++ b/zsh/profile-leeloo
@@ -1,10 +1,4 @@
if (( UID )); then
- if [[ -x "$HOME"/.local/lib/libwcwidth.so ]]; then
- export LD_PRELOAD="$HOME"/.local/lib/libwcwidth.so
- fi
-
- export PERL5LIB="$HOME"/misc/grawity/code/lib/perl5"${PERL5LIB+:}$PERL5LIB";
-
function {
local envfile="$XDG_RUNTIME_DIR"/ssh-agent.env
local pid=$(awk -F'[=;]' 'FNR == 2 {print $2}' "$envfile" 2>/dev/null)
diff --git a/zsh/profile-zorg b/zsh/profile-zorg
index 0a19020..6339005 100644
--- a/zsh/profile-zorg
+++ b/zsh/profile-zorg
@@ -1,8 +1,4 @@
if (( UID )); then
- if [[ -x "$HOME"/.local/lib/libwcwidth.so ]]; then
- export LD_PRELOAD="$HOME"/.local/lib/libwcwidth.so
- fi
-
function {
local envfile="$XDG_RUNTIME_DIR"/ssh-agent.env
local pid=$(awk -F'[=;]' 'FNR == 2 {print $2}' "$envfile" 2>/dev/null)