Fixed DEFAULT_USER

This commit is contained in:
Andrea Mistrali 2019-12-14 09:14:38 +01:00
parent 7e10a00899
commit 17a592f63c
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
# #
ZSH="$(antibody home)/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh" ZSH="$(antibody home)/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh"
source ~/.zshdir/plugins.sh source ~/.zshdir/plugins.sh
export DEFAULT_USER=andre export DEFAULT_USER=$(whoami)
# #