summaryrefslogtreecommitdiff
path: root/misc/dotfiles/bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/dotfiles/bash_profile')
-rw-r--r--misc/dotfiles/bash_profile9
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/dotfiles/bash_profile b/misc/dotfiles/bash_profile
new file mode 100644
index 0000000..7bbee3f
--- /dev/null
+++ b/misc/dotfiles/bash_profile
@@ -0,0 +1,9 @@
+export LC_ALL=en_US.UTF-8
+export LANG=en_US.UTF-8
+
+export EDITOR=vim
+export PATH="$HOME/bin:/usr/local/sbin:$PATH"
+
+if [ -f $HOME/.bashrc ]; then
+ . $HOME/.bashrc
+fi