From 0352d5566482828cde0bf1c1332f699d9309a625 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 31 May 2022 21:02:17 +0200 Subject: [PATCH] =?UTF-8?q?[Fish]=20Remove=20dart=E2=80=99s=20binaries=20d?= =?UTF-8?q?irectory=20from=20PATH?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- org/config/fish.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/org/config/fish.org b/org/config/fish.org index 5258b1d..31d599f 100644 --- a/org/config/fish.org +++ b/org/config/fish.org @@ -287,7 +287,6 @@ my own executables, and some more. #+NAME: extra-paths | additional path | what it leads to | |---------------------------+--------------------------------------| -| $HOME/.pub-cache/bin | Dart binaries and executables | | $HOME/.local/bin | Custom executables, see [[file:bin.org]] | | $HOME/go/bin | Go binaries and executables | | $HOME/.cargo/bin | Rust binaries and executables | @@ -302,8 +301,7 @@ my own executables, and some more. paths " \\\n") #+END_SRC -#+RESULTS[caa6bfe135b035f54500ca04ba157e5698adb657]: generate-extra-paths -: $HOME/.pub-cache/bin \ +#+RESULTS[7d02a0a6d8acf31d148e071a87c69b5f944e0a5f]: generate-extra-paths : $HOME/.local/bin \ : $HOME/go/bin \ : $HOME/.cargo/bin \