From 8ee6f55913957fdcc6b2fdac7a8a36d0595e20c4 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sat, 24 Feb 2024 10:32:53 -0500 Subject: [PATCH] Fix path generation (especially on termux) --- zshrc.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc.org b/zshrc.org index 1828c79..ffc68e1 100644 --- a/zshrc.org +++ b/zshrc.org @@ -443,7 +443,7 @@ This function is a poor-man eselect for configuration files it mv's # User configuration - export PATH="/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/games/bin" + export PATH="/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/games/bin:$PATH" bindkey -s '^[(' '()^B' bindkey -s '^[{' '{}^B'