From a1da8cfa4e8ebff54c3b0d534ec5925f4d150318 Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Tue, 11 Feb 2025 00:27:01 +0000 Subject: update .zshrc to fix path & enable oh-my-posh --- zsh/.zshrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'zsh') 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)" -- cgit v1.2.3