summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsadbeast <sadbeast@sadbeast.com>2022-09-02 15:48:20 -0700
committersadbeast <sadbeast@sadbeast.com>2022-09-02 15:48:20 -0700
commit7613c12992a0c3a7088277018f5535a26363a8c5 (patch)
tree3889312398bf1595afba8ca4d516d1a4a67f8806
parent9ea1fee0f24e0e87d2e8c6ad6d91cba3fd7b5885 (diff)
downloadcfg-7613c12992a0c3a7088277018f5535a26363a8c5.tar.gz
cfg-7613c12992a0c3a7088277018f5535a26363a8c5.tar.bz2
add nightly zig and fix $home
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 1ef42e5..e10ccf3 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,5 +1,5 @@
# antibody bundle < ~/.zsh_plugins.txt > ~/.zsh_plugins.sh
-export PATH="$PATH:$HOME/bin"
+export PATH="$PATH:$HOME/bin:$HOME/projects/zig"
autoload -Uz compinit
typeset -i updated_at=$(date +'%j' -r ~/.zcompdump 2>/dev/null || stat -f '%Sm' -t '%j' ~/.zcompdump 2>/dev/null)
@@ -84,4 +84,4 @@ export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\
_gen_fzf_default_opts
-source /home/kent/.config/broot/launcher/bash/br
+source $HOME/.config/broot/launcher/bash/br