1
0
mirror of https://github.com/akelge/zsh synced 2025-08-15 06:28:24 +00:00

Fixed DEFAULT_USER

This commit is contained in:
2019-12-14 09:14:38 +01:00
parent 7e10a00899
commit 17a592f63c

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)
# #