mirror of
https://github.com/Matir/skel.git
synced 2026-06-10 11:13:40 -07:00
Fix paths
This commit is contained in:
@@ -181,11 +181,6 @@ have_command() {
|
||||
command -v "${1}" &>/dev/null
|
||||
}
|
||||
|
||||
# Pip packages and other local resources
|
||||
if test -d ${HOME}/.local/bin ; then
|
||||
PATH="${PATH}:${HOME}/.local/bin"
|
||||
fi
|
||||
|
||||
# Source extras and aliases if interactive
|
||||
if [[ $- == *i* ]] ; then
|
||||
source_if_existing $HOME/.aliases
|
||||
|
||||
Reference in New Issue
Block a user