This website works better with JavaScript.
Explore
Home
Help
Sign In
Wolfe
/
dotfiles
mirror of
https://github.com/WolfeCub/dotfiles.git
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Releases
Wiki
Activity
Browse Source
Automatically start X11 in tty1 on login
pull/2/head
Josh Wolfe
4 years ago
parent
d3943960a0
commit
fe58a8b35b
1 changed files
with
3 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
3
zsh/.zprofile
3
zsh/.zprofile
Unescape
Escape
View File
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
exec startx
fi
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
Wolfe/dotfiles
Title
Body
Create Issue