From 0e9ebec3511e56c29dd55f5dd0b6af15031a26d6 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 29 May 2023 18:50:48 -0500 Subject: [PATCH] Add xontrib coreutils --- home/xonsh_header.xsh | 1 + 1 file changed, 1 insertion(+) diff --git a/home/xonsh_header.xsh b/home/xonsh_header.xsh index 062eeee..6c5f60d 100644 --- a/home/xonsh_header.xsh +++ b/home/xonsh_header.xsh @@ -11,6 +11,7 @@ from pathlib import Path # $? == _.rtn xontrib load direnv +xontrib load coreutils # Insert to the front, because when we spawn xonsh in tmux we have raw python3 # paths added before these. That ends up screwing with finding the python3 version