We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c1914 commit 5ab43a6Copy full SHA for 5ab43a6
data/scripts/Xsession
@@ -20,16 +20,16 @@ case $SHELL in
20
. $HOME/.profile
21
fi
22
;;
23
- */zsh)
+*/zsh)
24
[ -z "$ZSH_NAME" ] && exec $SHELL $0 "$@"
25
- emulate -R sh
26
[ -d /etc/zsh ] && zdir=/etc/zsh || zdir=/etc
27
zhome=${ZDOTDIR:-$HOME}
28
# zshenv is always sourced automatically.
29
[ -f $zdir/zprofile ] && . $zdir/zprofile
30
[ -f $zhome/.zprofile ] && . $zhome/.zprofile
31
[ -f $zdir/zlogin ] && . $zdir/zlogin
32
[ -f $zhome/.zlogin ] && . $zhome/.zlogin
+ emulate -R sh
33
34
*/csh|*/tcsh)
35
# [t]cshrc is always sourced automatically.
0 commit comments