e771959c5f
.profile is not run by zsh at startup This reverts commit a9ee16f739bdff8e8c2a39e54caf2ae1a5070ce2.
6 lines
124 B
Bash
6 lines
124 B
Bash
export ZSH="$HOME/.oh-my-zsh"
|
|
export PATH="$HOME/bin:$PATH"
|
|
ZSH_THEME="fleckenstein"
|
|
plugins=(git)
|
|
source $ZSH/oh-my-zsh.sh
|