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, 7 insertions, 0 deletions
diff --git a/_xprofile b/_xprofile new file mode 100644 index 0000000..de18e9a --- /dev/null +++ b/_xprofile @@ -0,0 +1,7 @@ +# +# ~/.xprofile +# + +[ -f ~/.profile ] && . ~/.profile + +# vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=sh: # |