From 1c55dba40b37393f412bef19c61edd218b961c09 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 19 Feb 2024 12:52:15 -0500 Subject: [PATCH] misc tweaks --- home/dot_zshenv | 8 ++++---- home/run_once_04install-helix.sh.tmpl | 9 --------- 2 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 home/run_once_04install-helix.sh.tmpl diff --git a/home/dot_zshenv b/home/dot_zshenv index 994cb80..87e9873 100644 --- a/home/dot_zshenv +++ b/home/dot_zshenv @@ -44,6 +44,10 @@ check_paths=( # conda and friends /opt/miniforge3/bin + # rust + $HOME/.cargo/bin + $HOME/.cargo/env + # macports /opt/local/bin /opt/local/sbin @@ -55,10 +59,6 @@ check_paths=( $HOME/.yarn/bin $HOME/.config/yarn/global/node_modules/.bin - # rust - $HOME/.cargo/bin - $HOME/.cargo/env - # WSL # /mnt/c/windows # /mnt/c/windows/system32 diff --git a/home/run_once_04install-helix.sh.tmpl b/home/run_once_04install-helix.sh.tmpl deleted file mode 100644 index ba5a389..0000000 --- a/home/run_once_04install-helix.sh.tmpl +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -git clone https://github.com/helix-editor/helix.git --branch 23.05 $HOME/.src/helix -export PATH=$PATH:$HOME/.cargo/bin -cd $HOME/.src/helix -cargo install --path helix-term --locked -ln -s $PWD/runtime ~/.config/helix/runtime -hx --grammar fetch -hx --grammar build