diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-01-06 22:59:26 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-01-06 22:59:26 +0800 |
commit | 25b947edf445a96db335fe285a8b253b214649ff (patch) | |
tree | 3f785cdbef303c71111debd067c95a62ea456587 /.xprofile | |
parent | 0ed3373f1c2d47aba769aa67439e05350c2792e9 (diff) | |
download | dotfiles-25b947edf445a96db335fe285a8b253b214649ff.tar.bz2 |
Rename .* => _*; Move out private contents.
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 de18e9a..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: # |