mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
Revert "xsession: set SHELL to /bin/sh"
This reverts commit 10c9c02975
. This has
the bad side effect of not using the user shell... Keep the SHELL
variable as is.
This commit is contained in:
parent
10c9c02975
commit
2e7df6eda0
1 changed files with 0 additions and 3 deletions
3
xsession
3
xsession
|
@ -1,8 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Setup SHELL
|
|
||||||
export SHELL=/bin/sh
|
|
||||||
|
|
||||||
# Setup PATH
|
# Setup PATH
|
||||||
export PATH=$HOME/bin:/sbin:/usr/local/sbin:/usr/sbin:/bin:/usr/local/bin:/usr/bin:/usr/local/games:/usr/games
|
export PATH=$HOME/bin:/sbin:/usr/local/sbin:/usr/sbin:/bin:/usr/local/bin:/usr/bin:/usr/local/games:/usr/games
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue