From a9c7669e1d9e1e16bde23a0f51ccd1c573d037de Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 24 Jan 2017 17:25:24 +1300 Subject: Remove SHLVL nested shell feature for now Causes a bit too much curliness in configuration; may need a more comprehensive approach. --- X/xinitrc.d/shlvl.sh | 2 -- X/xinitrc.d/xbindkeys.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 X/xinitrc.d/shlvl.sh (limited to 'X') diff --git a/X/xinitrc.d/shlvl.sh b/X/xinitrc.d/shlvl.sh deleted file mode 100644 index 0e3bad04..00000000 --- a/X/xinitrc.d/shlvl.sh +++ /dev/null @@ -1,2 +0,0 @@ -# Reset SHLVL -unset SHLVL diff --git a/X/xinitrc.d/xbindkeys.sh b/X/xinitrc.d/xbindkeys.sh index b50f5c60..b76aebdd 100644 --- a/X/xinitrc.d/xbindkeys.sh +++ b/X/xinitrc.d/xbindkeys.sh @@ -1,3 +1,3 @@ # Start xbindkeys(1) command -v xbindkeys >/dev/null 2>&1 || return -(cd -- "$HOME" && SHLVL= xbindkeys -n) & +(cd -- "$HOME" && xbindkeys -n) & -- cgit v1.2.3