Skip to content

Latest commit

 

History

History
57 lines (31 loc) · 2.36 KB

README.md

File metadata and controls

57 lines (31 loc) · 2.36 KB

bin_common

I'm keeping shared scripts in bin_common, so I can reserve ~/bin for machine-specific scripts (similar to why I have ~/.zshrc_common and ~/.zshrc).

Add ~/bin_common to the$PATH manually.

Assumes zsh is the current shell and /bin_common is symlinked to ~/bin_common:

cat >> "$HOME/.zshrc" << 'EOF'

# See https://github.com/bbkane/dotfiles
export PATH="$HOME/bin_common:$PATH"
EOF

List of scripts

As of 2024-01-01. See the comments or -h/--help in each script for more details