aboutsummarylogtreecommitdiffstats
path: root/zshrc
blob: 5a3d6b4abef9a0a3bdc294e7dd7af7e37d653126 (plain)
1
2
3
4
5
6
7
## Set oh-my-posh and themes
eval $(oh-my-posh init zsh --config /usr/share/oh-my-posh/themes/jandedobbeleer.omp.json)

## Import easy-zsh-config
if [[ -e /usr/share/zsh/easy-zsh-config ]]; then
  source /usr/share/zsh/easy-zsh-config
fi