dotfiles

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

git clone git://git.shimmy1996.com/dotfiles.git
commit 343c54b81bacae859d033f13085734570019aedf
parent 225144928cb4a4ea8dab0f8442c0bb3f22289636
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Tue, 22 Jan 2019 20:03:59 -0500

Merge branch 'master' of ssh://git.shimmy1996.com:4869/shimmy1996/dotfiles

Diffstat:
M.profile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.profile b/.profile
@@ -6,7 +6,7 @@ if [[ `hostname` == "bluebear" ]]; then
 fi
 
 # Add `~/.local/bin/` to path.
-export PATH="$PATH:$(echo "$HOME/.local/bin/" | cut -f2 | tr '\n' ':')"
+export PATH=$HOME/.local/bin/:$PATH
 
 # Fcitx fixes
 export XMODIFIERS=@im=fcitx