add bash_profile
la-ninpre leobrekalini@gmail.com
Tue, 24 Nov 2020 12:44:08 +0300
1 files changed,
10 insertions(+),
0 deletions(-)
jump to
A
.bash_profile
@@ -0,0 +1,10 @@
+# +# ~/.bash_profile +# + +export PATH="${PATH}:$HOME/.gem/ruby/2.7.0/bin:$HOME/.local/bin" +export EDITOR="nvim" +export TERMINAL="alacritty" +export BROWSER="firefox" + +[[ -f ~/.bashrc ]] && . ~/.bashrc