fix: HOME cleanup
This commit is contained in:
parent
5a76ba59fe
commit
f016790d01
4 changed files with 5 additions and 5 deletions
2
.profile
2
.profile
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue