diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2023-12-02 11:47:58 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2023-12-02 11:47:58 +0100 |
commit | 0db9e2208f8e7dbafd7b853335a91b2e3781a4ca (patch) | |
tree | 8b88b74b730aa201ea72d201949feda08fe3b6ea /bashrc | |
parent | ca55c4ae8ec77b3d7f4db662de88dea3033a33af (diff) | |
download | bin-0db9e2208f8e7dbafd7b853335a91b2e3781a4ca.zip bin-0db9e2208f8e7dbafd7b853335a91b2e3781a4ca.tar.gz |
bashrc : add /home/jeyzu/.gem/ruby/3.0.0/bin to PATH
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ export PATH=${HOME_}/bin:${PATH#${HOME_}/bin:} export EDITOR=nvim export GEM_HOME="${HOME_}/.gem/ruby/3.0.0" export QT_SCALE_FACTOR=2 +export PATH=$PATH:$GEM_HOME/bin # catch and eval dmalloc output #function dmalloc { eval `command dmalloc -b $*`; } |