mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 18:28:34 +02:00
xsession: set SHELL to /bin/sh
`/bin/sh` doesn't set the SHELL variable itself. We don't need bash here.
This commit is contained in:
parent
fc2fd51f94
commit
10c9c02975
1 changed files with 3 additions and 0 deletions
3
xsession
3
xsession
|
@ -1,5 +1,8 @@
|
|||
#!/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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue