diff options
author | Alan Pearce | 2017-03-16 16:30:01 +0100 |
---|---|---|
committer | Alan Pearce | 2017-03-16 16:30:01 +0100 |
commit | 317f0d9fc8eb33bd8d1443bd7c0926f3376b9ce8 (patch) | |
tree | f21a537a8424f6dae0dac2ab4590f05ee6141eff /gemrc | |
parent | f79b34c0fe68175454606309f074340d2457ab0d (diff) | |
download | dotfiles-317f0d9fc8eb33bd8d1443bd7c0926f3376b9ce8.tar.lz dotfiles-317f0d9fc8eb33bd8d1443bd7c0926f3376b9ce8.tar.zst dotfiles-317f0d9fc8eb33bd8d1443bd7c0926f3376b9ce8.zip |
Gems: Install to .local/bin alongside other package managers
Diffstat (limited to 'gemrc')
-rw-r--r-- | gemrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gemrc b/gemrc index aaa70a9..ab4f784 100644 --- a/gemrc +++ b/gemrc @@ -1 +1 @@ -gem: --user-install -n~/bin \ No newline at end of file +gem: --user-install -n~/.local/bin \ No newline at end of file |