update
This commit is contained in:
parent
2aebb3ddc9
commit
8ee0b1d1e4
1 changed files with 12 additions and 0 deletions
12
.bash_profile
Normal file
12
.bash_profile
Normal 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 -)"
|
||||||
Loading…
Reference in a new issue