aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2020-11-24 12:44:08 +0300
committerla-ninpre <leobrekalini@gmail.com>2020-11-24 12:44:08 +0300
commit7e044d5c92091a626d81635e6fbe2e8ad4068221 (patch)
tree774ddb0152238405bc2c3f9682ffc23dac1d0ff1
parent01b246c53ddd1b6a570ddeb9cd2d298eac8d2206 (diff)
downloaddotfiles-7e044d5c92091a626d81635e6fbe2e8ad4068221.tar.gz
dotfiles-7e044d5c92091a626d81635e6fbe2e8ad4068221.zip
add bash_profile
-rw-r--r--.bash_profile10
1 files changed, 10 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
new file mode 100644
index 0000000..6b61905
--- /dev/null
+++ b/.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