From 2b29e812468ae2f33a4d37e2e280b7080f11ee86 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sat, 24 Feb 2024 18:36:32 +0000 Subject: Add simple dotfiles management playbook --- misc/dotfiles/bash_profile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 misc/dotfiles/bash_profile (limited to 'misc/dotfiles/bash_profile') 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 -- cgit v1.2.3-70-g09d2