Vendor the command set the menu and shell depend on
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
BLOB_PATH="$HOME/.local/share/blob"
|
||||
export BLOB_PATH
|
||||
|
||||
case ":$PATH:" in
|
||||
*":$BLOB_PATH/bin:"*) ;;
|
||||
*) PATH="$BLOB_PATH/bin${PATH:+:$PATH}" ;;
|
||||
esac
|
||||
case ":$PATH:" in
|
||||
*":$HOME/.local/share/mise/shims:"*) ;;
|
||||
*) PATH="${PATH:+$PATH:}$HOME/.local/share/mise/shims" ;;
|
||||
|
||||
Reference in New Issue
Block a user