Add ruby to the path
This commit is contained in:
parent
806404e789
commit
0d42421b30
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue