feat: move scripts from ~/scripts to ~/bin and track in git

Drop .sh extension — scripts are now invocable directly as arty and stacks.
Remove redundant aliases from .zshrc since ~/bin is already in PATH.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-22 15:36:45 +02:00
co-authored by Claude Sonnet 4.6
parent 38f4941649
commit f38b15f550
5 changed files with 3063 additions and 3 deletions
-3
View File
@@ -61,7 +61,6 @@ path_extensions=(
"$HOME/.pyenv/bin"
"$HOME/.cargo/bin"
"$HOME/go/bin"
"$HOME/scripts"
)
# Apply add_to_path to each directory (prepend by default)
@@ -133,8 +132,6 @@ done
# - $ZSH_CUSTOM/aliases.zsh
# - $ZSH_CUSTOM/functions.zsh
alias arty="arty.sh"
alias stacks="stacks.sh"
type bat >/dev/null 2>&1 && alias cat="bat --paging=never"
function y() {