diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-11 00:27:01 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-11 00:27:01 +0000 |
| commit | a1da8cfa4e8ebff54c3b0d534ec5925f4d150318 (patch) | |
| tree | 62ecaef623984e567039fe4cdbc3e011ffc14694 /zsh/.zshrc | |
| parent | f6967d002946037eeb66af58c59ed3f559088a3c (diff) | |
| download | dotfiles-a1da8cfa4e8ebff54c3b0d534ec5925f4d150318.tar.gz dotfiles-a1da8cfa4e8ebff54c3b0d534ec5925f4d150318.zip | |
update .zshrc to fix path & enable oh-my-posh
Diffstat (limited to 'zsh/.zshrc')
| -rw-r--r-- | zsh/.zshrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -23,3 +23,9 @@ SAVEHIST=10000 setopt append_history setopt share_history setopt extended_history + +# Path +export PATH=$PATH:~/.local/bin + +# oh-my-posh +eval "$(oh-my-posh init zsh --config ~/.omp_themes/tiwahu.omp.json)" |
