fix: HOME cleanup

This commit is contained in:
Tobias Reisinger 2019-12-26 13:52:34 +01:00
parent 5a76ba59fe
commit f016790d01
4 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,7 @@
export VIMINIT='source ~/.config/vimrc'
export PASSWORD_STORE_GENERATED_LENGTH='64'
# set PATH so it includes user's private bin if it exists
[ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"