For Developers · One-Time $1

50 Advanced Bash Aliases
for Developers

Supercharge your terminal. 50 battle-tested bash aliases for git, docker,
file operations, and daily dev workflow. Copy, paste, ship faster.

Just $1 — Lifetime access · Instant download · Includes .bash_aliases file

bash — bash-aliases-pack demo

What's Inside

Git Shortcuts

15+ aliases for branches, logs, diffs, stashing, and cleanup. Never type git log --oneline --graph again.

Docker One-Liners

10 aliases to prune, exec, compose up/down, tail logs, and kill dangling containers in one word.

File Ops & Navigation

10 aliases for instant search, bulk rename, tree view, mkdir + cd, and clipboard piping.

System & Network

8 aliases for port killing, disk usage, weather in terminal, IP info, and process grepping.

Safety First

Every alias has safety checks — -i flags, dry-run mode, and confirm prompts where it matters.

Ready-to-Use File

Download .bash_aliases — source it and you're done. Plus a cheat sheet PDF.

Sample Aliases

gitlog git shortcut

Pretty git log with graph, one line per commit, color-coded branches.

alias gitlog='git log --oneline --graph --decorate --all'
dprune docker utility

Remove all stopped containers, dangling images, unused networks, and build cache.

alias dprune='docker system prune -af --volumes'
mkcd file operations

Create a directory and step into it in one command.

alias mkcd='_mkcd() { mkdir -p "$1" && cd "$1"; }; _mkcd'
killport system utility

Kill any process running on a specified port.

alias killport='_killport(){ lsof -ti:$1 | xargs kill -9; }; _killport'
myip network

Show your public IP address in one shot.

alias myip='curl -s ifconfig.me && echo'

Plus 45 more — git, docker, file ops, network, system, and productivity.

FAQ

How do I install the aliases?

Download the .bash_aliases file, place it in your home directory, and add source ~/.bash_aliases to your .bashrc or .zshrc. A setup script is included.

Do these work on macOS and Linux?

Yes. All aliases are tested on macOS (zsh) and Linux (bash). A few macOS-only extras are included as comments.

Do I need to pay again for updates?

No. This is a lifetime purchase — you get all future updates and additions for free.

What payment methods do you accept?

Send $1 in ETH/USDT (ERC-20) to the address below. Include your email in the transaction memo — I'll email you the pack.

Can I get a refund?

It's $1. But yes — if something is broken, email me and I'll make it right or refund.

More Developer Tools — Just $1 Each

Pay with Crypto

Send $1 in ETH/USDT to this address with your email in memo:

0x0D42B32D6E21F496082104BFC8d7213081474577

I'll email you the download link within 24 hours.