0
0
Fork 0
mirror of https://github.com/stronk-dev/Tokyo-Night-Linux.git synced 2024-10-17 20:58:16 -04:00
tokyo-night-linux/.bash_profile
Marco van Dijk fcc3ad1ddd Cleanup Files
Expanded Readme
2021-07-19 21:38:48 +02:00

13 lines
257 B
Bash

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
# Autostart xorg (and thus i3) when logging in
# Keep commented out if you want to use GDM
# or any other display manager to login
#if [[ -z$DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
# startx
#fi