From b01c8ad4bbe03517418756274ed397427784e009 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Wed, 7 Mar 2018 13:36:53 +0900 Subject: [PATCH] Add ~/.local/bin to PATH --- .editorconfig | 3 +++ profile | 1 + 2 files changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 9e8cae0..bcf7644 100644 --- a/.editorconfig +++ b/.editorconfig @@ -24,3 +24,6 @@ emacs_mode = sh [*.yml] indent_size = 2 + +[*.diff] +trim_trailing_whitespace = false diff --git a/profile b/profile index e5cde5e..8979b0b 100755 --- a/profile +++ b/profile @@ -14,6 +14,7 @@ __safe_add_path_l(){ __safe_add_path_l "$HOME/.cabal/bin" __safe_add_path_l "$HOME/.local/lib/gems/bin" __safe_add_path_l "$HOME/.gem/ruby/2.1.0/bin" +__safe_add_path_l "$HOME/.local/bin" __safe_add_path_r "/c/mingw/bin" __safe_add_path_r "/c/mingw/msys/1.0/bin"