Xonsh: Fix paths
This commit is contained in:
@@ -41,7 +41,7 @@ def ensure_path(*paths: List[str]):
|
|||||||
if abs_p not in $PATH:
|
if abs_p not in $PATH:
|
||||||
$PATH.append(abs_p)
|
$PATH.append(abs_p)
|
||||||
|
|
||||||
ensure_path("~/.dotfiles/bin", "~/.local/bin", "~/bin", "~/.eamcs.d/bin")
|
ensure_path("/usr/local/bin", "~/.dotfiles/bin", "~/.local/bin", "~/bin", "~/.emacs.d/bin")
|
||||||
|
|
||||||
config_dir = Path.home() / ".dotfiles" / "xonsh"
|
config_dir = Path.home() / ".dotfiles" / "xonsh"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user