mirror of https://github.com/akelge/zsh
Fixed DEFAULT_USER
This commit is contained in:
parent
7e10a00899
commit
17a592f63c
|
@ -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)
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue