aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-11 00:27:01 +0000
committerAlex Schofield <git@ajschof.me>2025-02-11 00:27:01 +0000
commita1da8cfa4e8ebff54c3b0d534ec5925f4d150318 (patch)
tree62ecaef623984e567039fe4cdbc3e011ffc14694 /zsh
parentf6967d002946037eeb66af58c59ed3f559088a3c (diff)
downloaddotfiles-a1da8cfa4e8ebff54c3b0d534ec5925f4d150318.tar.gz
dotfiles-a1da8cfa4e8ebff54c3b0d534ec5925f4d150318.zip
update .zshrc to fix path & enable oh-my-posh
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 9720ad5..e02a506 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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)"
git.ajschof.me — hosted by ajschofield — powered by cgit