aboutsummarylogtreecommitdiffstats
path: root/zshrc
blob: c40c396583cbd4819606b2e871570c79b62efbc3 (plain)
1
2
3
4
5
6
7
8
## Set oh-my-posh and themes
# To set your custom theme, please edit the following line and replace the default path with your custom path
PATH_OF_THE_THEME="/usr/share/oh-my-posh/themes/atomic.omp.json"

## Import easy-zsh-config
if [[ -r /usr/share/zsh/easy-zsh-config ]]; then
  source /usr/share/zsh/easy-zsh-config "${PATH_OF_THE_THEME}"
fi