diff options
author | Thanos Apollo <[email protected]> | 2022-07-11 18:58:18 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2022-07-11 18:58:18 +0300 |
commit | 93f37ec986985dcae235d569f1e29c1cff9d72c6 (patch) | |
tree | 174346af7967586ccc44dfba1fb8312d6ca17560 /.bash_profile |
new files
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..2fcf636 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,15 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc + + +export EDITOR="nvim" +export TERMINAL="alacritty" +export BROWSER="firefox" +export READER="zathura" + + + +export PATH="$HOME/.emacs.d/bin:$PATH" |