1

Add ~/.local/bin as fallback directory to PATH

This commit is contained in:
Jessie Hildebrandt 2022-02-03 01:11:06 -05:00
parent 279fb301f3
commit 74234a8c6b

View File

@ -35,6 +35,8 @@ set fish_color_command 8787ff
set VIRTUAL_ENV_DISABLE_PROMPT true
fish_add_path -aP ~/.local/bin
###########
# Aliases #
###########