add zsh config, switch from fish
This commit is contained in:
6
.config/zsh/.zprofile
Normal file
6
.config/zsh/.zprofile
Normal file
@ -0,0 +1,6 @@
|
||||
# start X at login on first console or otherwise source ~/.profile
|
||||
if [[ -z "$DISPLAY" && "$XDG_VTNR" -eq 1 ]] && which /bin/sx > /dev/null; then
|
||||
exec sx ~/.xsession
|
||||
else
|
||||
source ~/.profile
|
||||
fi
|
Reference in New Issue
Block a user