mirror of
https://github.com/akelge/zsh
synced 2025-07-04 05:29:06 +00:00
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
# Created by newuser for 5.7.1
|
|
#
|
|
export DEFAULT_USER=$(whoami)
|
|
export WORKON_HOME=$HOME/Src/virtualenvs
|
|
export PROJECT_HOME=$HOME/Src/projects
|
|
|
|
ZSH="$(antibody home)/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh"
|
|
source ~/.zshdir/plugins.sh
|
|
|
|
cd
|