summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorbh <qn+git@epicurus.dev>2026-01-10 17:51:14 +0800
committerbh <qn+git@epicurus.dev>2026-01-10 17:51:14 +0800
commit1a88619245a2e4beb1156792b8603159aaec1a63 (patch)
tree73744dfb3824d01109dba5ac77430722d3093d0a /zsh
parent57f2eaad3cf5b80acff904b468ac033eda5f2436 (diff)
Made Firefox the default browser
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 3c5d65d..61ee7c5 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -176,3 +176,6 @@ alias rm="rm -i"
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
+
+# Created by `pipx` on 2026-01-07 01:53:19
+export PATH="$PATH:/home/bh/.local/bin"