diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..bbdc304 --- /dev/null +++ b/.bash_profile @@ -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 -)"