i3-setup/zshrc
Elias Fleckenstein e771959c5f
Revert "Remove home/bin path as it's automatically included by .profile"
.profile is not run by zsh at startup

This reverts commit a9ee16f739bdff8e8c2a39e54caf2ae1a5070ce2.
2021-11-22 14:11:08 +01:00

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