mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-22 09:56:13 +00:00
chore(config): path additions
This commit is contained in:
@@ -2,6 +2,11 @@
|
|||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
# vim: filetype=zsh
|
# 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
|
# Cache commands using bkt if installed
|
||||||
if command -v bkt >&/dev/null; then
|
if command -v bkt >&/dev/null; then
|
||||||
bkt()
|
bkt()
|
||||||
|
|||||||
Reference in New Issue
Block a user