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
My personal dotfiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
635
Commits
1
Branch
0
Tags
8.9 MiB
Tree:
fe58a8b35b
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'fe58a8b35b'
${ noResults }
dotfiles
/
zsh
/
.zprofile
4 lines
74 B
Raw
Normal View
History
Unescape
Escape
Automatically start X11 in tty1 on login
5 years ago
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
exec startx
fi