summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorbh <qn+git@excalibur.computer>2026-01-10 17:51:14 +0800
committerbh <qn+git@excalibur.computer>2026-01-10 17:51:14 +0800
commit606c6bbe3e1fef5c502f4fd79eb393495d1114f4 (patch)
tree73744dfb3824d01109dba5ac77430722d3093d0a /zsh
parent3aa35708a2a92ff32d6744cb6880381368c5a405 (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"