Skip to content

Commit

Permalink
Move gems to local/share
Browse files Browse the repository at this point in the history
  • Loading branch information
steveno committed Aug 29, 2024
1 parent 4f50e9d commit 2252867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot_bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ export HISTFILESIZE=10000000
export EDITOR="nvim"
export GOPATH="/home/steveno/.local/share/go"
export OPAMROOT="/home/steveno/.local/share/opam"
export GEM_HOME="/home/steveno/.local/share/gems"
export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig"
export LD_LIBRARY_PATH="/usr/local/lib"
export GEM_HOME="/home/steveno/.local/gems"

# Setup mise
eval "$(/home/steveno/.local/bin/mise activate bash)"
Expand Down

0 comments on commit 2252867

Please sign in to comment.