summaryrefslogtreecommitdiff
path: root/.zshenv
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.xyz>2021-05-21 14:10:25 -0500
committerDanny Holman <dholman@gymli.xyz>2021-05-21 14:10:25 -0500
commit549ca0cd5dff47b52aa17836d819c9eba32e93ac (patch)
treebaff608bcb7c35b10a7fa361bcfd356c7d9615ef /.zshenv
parente9717375ea0f22ac273218eaead2857fbb5be960 (diff)
zsh: ruby config updates
Update the Ruby version in use by the shell. Signed-off-by: Danny Holman <dholman@gymli.xyz>
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshenv b/.zshenv
index d9c22c9..1be5733 100644
--- a/.zshenv
+++ b/.zshenv
@@ -11,7 +11,7 @@ appendpath () {
# Setup environment
appendpath '/home/dholman/bin'
appendpath '/home/dholman/.local/bin'
-appendpath '/home/dholman/.gem/ruby/2.7.0/bin'
+appendpath '/home/dholman/.gem/ruby/3.0.0/bin'
appendpath '/home/dholman/.rvm/bin'
export PATH="/usr/lib/ccache/bin:$PATH"
export DISTCC_HOSTS="192.168.1.26/24"