diff --git a/.bin/alchanger b/.local/bin/scripts/alchanger similarity index 100% rename from .bin/alchanger rename to .local/bin/scripts/alchanger diff --git a/.zshrc b/.zshrc index 8f77e9b..738776c 100644 --- a/.zshrc +++ b/.zshrc @@ -45,8 +45,8 @@ source $ZSH/oh-my-zsh.sh ### User configuration ### PATH -if [ -d "$HOME/.bin" ] ; - then PATH="$HOME/.bin:$PATH" +if [ -d "$HOME/.local/bin/scripts" ] ; + then PATH="$HOME/.local/bin/scripts:$PATH" fi # You may need to manually set your language environment