diff --git a/dotfiles/.zprofile b/dotfiles/.zprofile index 6af1c15..ef51413 100644 --- a/dotfiles/.zprofile +++ b/dotfiles/.zprofile @@ -6,6 +6,8 @@ if ! echo $PATH | grep -q "$HOME/.local/bin"; then export PATH=$PATH:$HOME/.local/bin fi +export PATH=$PATH:$HOME/.local/share/gem/ruby/3.0.0/bin + if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then exec startx #ssh-agent startx