dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git
commit 3d577a464e273324600ba136dc660837f457a0ed
parent fe5946403e81c2a6ee86f3196a60a4e72da871a4
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun, 20 Jan 2019 12:36:48 -0500

Add .xprofile.

Diffstat:
M.gitignore | 1+
A.xprofile | 2++
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -44,4 +44,5 @@
 !.local/share/applications/emacs.desktop
 !.local/share/applications/pass.desktop
 !.profile
+!.xprofile
 !.zprofile
diff --git a/.xprofile b/.xprofile
@@ -0,0 +1 @@
+./.profile+
\ No newline at end of file