summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfankhauseand2022-07-12 10:50:19 +0200
committerfankhauseand2022-07-12 10:50:22 +0200
commita3d8f0397f41ab312385b4f9c78d83d354a0c450 (patch)
tree718892cb15f8242797c5d8f7a414489619ff06a4
parentb4e9cb7ee4e910d0e462923574dc333ebf9099a2 (diff)
downloaddotfiles-a3d8f0397f41ab312385b4f9c78d83d354a0c450.zip
dotfiles-a3d8f0397f41ab312385b4f9c78d83d354a0c450.tar.gz
(ConEmu) Clean custom PATH to prevent using unexpected executables
-rw-r--r--src/windoof/ConEmu/ConEmu.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windoof/ConEmu/ConEmu.xml b/src/windoof/ConEmu/ConEmu.xml
index 3fa8ec8..b14bbb0 100644
--- a/src/windoof/ConEmu/ConEmu.xml
+++ b/src/windoof/ConEmu/ConEmu.xml
@@ -91,7 +91,7 @@
<value name="EnvironmentSet" type="multi">
<!-- Prepend my custom binaries -->
- <line data="set PATH=C:\Users\%USERNAME%\.bin;C:\Users\%USERNAME%\.opt\git\cmd;C:\Users\%USERNAME%\.opt\mingw64\bin;C:\Users\%USERNAME%\.opt\git\usr\bin;%PATH%"/>
+ <line data="set PATH=/c/Users/%USERNAME%/.bin;%PATH%"/>
<!-- BusyBox setting not sure what it is for -->
<line data="BB_SKIP_ANSI_EMULATION=1"/>
</value>