From 8ee0b1d1e4dfc6c003bb8c2a0663d935158004dc Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Fri, 22 Aug 2025 16:04:37 +0200 Subject: [PATCH] update --- .bash_profile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .bash_profile 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 -)"