This commit is contained in:
Jaroslaw Konik 2025-08-22 16:04:37 +02:00
parent 2aebb3ddc9
commit 8ee0b1d1e4

12
.bash_profile Normal file
View file

@ -0,0 +1,12 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
export PATH="$PATH:/home/jaroslaw/.local/bin"
export PATH=$PATH:~/bin
export PATH=$PATH:/home/jaroslaw/.local/share/gem/ruby/3.4.0/bin
export PATH=$PATH:/home/jaroslaw/.cargo/bin
export EDITOR=nvim
eval "$(rbenv init -)"