chore(config): path additions

This commit is contained in:
2023-11-06 10:40:45 +02:00
parent a96bf921a2
commit bac03a0b7b

View File

@@ -2,6 +2,11 @@
# shellcheck shell=bash
# vim: filetype=zsh
# if cargo directory exists, add it to path
if [[ -d "$HOME/.local/share/cargo/bin" ]]; then
export PATH="$HOME/.local/share/cargo/bin:$PATH"
fi
# Cache commands using bkt if installed
if command -v bkt >&/dev/null; then
bkt()