From 49ad34442f87db145ab94dea2077267b6c935187 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl <5060861-schtobia@users.noreply.gitlab.com> Date: Tue, 24 Jan 2023 15:31:43 +0100 Subject: [PATCH] removed local-bin --- local-bin.zsh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 local-bin.zsh diff --git a/local-bin.zsh b/local-bin.zsh deleted file mode 100644 index 1769729..0000000 --- a/local-bin.zsh +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/zsh -# Make sure we include this file only once -if [ -z "$ZSH_LOCAL_BIN_ALREADY_SET" ]; -then - export ZSH_LOCAL_BIN_ALREADY_SET=1 - # set PATH so it includes user's private bin if it exists - [ -d "$HOME/.local/bin" ] && PATH="$HOME/.local/bin:$PATH" - [ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH" -fi