removed local-bin
This commit is contained in:
parent
49e6788ecf
commit
49ad34442f
1 changed files with 0 additions and 9 deletions
|
@ -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
|
Loading…
Reference in a new issue