diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-01-31 14:06:26 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-01-31 14:06:26 +0800 |
commit | 9b472f58253cf3ff9f4df8308d3aa552aaa51227 (patch) | |
tree | e5b8ad0cb3a689fe503b6ebde3f3fce6fdf204d8 /_xprofile | |
parent | f311a002cfb22fd3a13ebd6ddc865988d1165159 (diff) | |
download | dotfiles-9b472f58253cf3ff9f4df8308d3aa552aaa51227.tar.bz2 |
Use 'xinitrc' and 'startx' to start X session.
Diffstat (limited to '_xprofile')
-rw-r--r-- | _xprofile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/_xprofile b/_xprofile deleted file mode 100644 index 82d85b6..0000000 --- a/_xprofile +++ /dev/null @@ -1,7 +0,0 @@ -# -# ~/.xprofile -# - -[ -f ~/.profile ] && . ~/.profile - -# vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=sh: # |