From 2e7df6eda007f6ed17150ff21d5e120ad73519fc Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 23 Mar 2015 10:00:47 +0100 Subject: [PATCH] Revert "xsession: set SHELL to /bin/sh" This reverts commit 10c9c029751aca5a40d2bca47a54802d2cddca1e. This has the bad side effect of not using the user shell... Keep the SHELL variable as is. --- xsession | 3 --- 1 file changed, 3 deletions(-) diff --git a/xsession b/xsession index 76b805f..0118b95 100644 --- a/xsession +++ b/xsession @@ -1,8 +1,5 @@ #!/bin/sh -# Setup SHELL -export SHELL=/bin/sh - # Setup PATH export PATH=$HOME/bin:/sbin:/usr/local/sbin:/usr/sbin:/bin:/usr/local/bin:/usr/bin:/usr/local/games:/usr/games