Activate try when it is available

This commit is contained in:
David Heinemeier Hansson
2025-11-10 14:36:44 +01:00
parent 2290152fb9
commit e97ae0d842

View File

@@ -10,6 +10,10 @@ if command -v zoxide &> /dev/null; then
eval "$(zoxide init bash)"
fi
if command -v try &> /dev/null; then
eval "$(try init ~/Work/tries)"
fi
if command -v fzf &> /dev/null; then
if [[ -f /usr/share/fzf/completion.bash ]]; then
source /usr/share/fzf/completion.bash