mirror of
https://github.com/akelge/zsh
synced 2025-08-15 06:28:24 +00:00
Fixed DEFAULT_USER
This commit is contained in:
@ -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)
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user