Skip to content

Improve zsh aliases with additional shortcuts and safety measures - #341

Merged
unitz007 merged 1 commit into
mainfrom
improve-zsh-aliases
Aug 4, 2026
Merged

Improve zsh aliases with additional shortcuts and safety measures#341
unitz007 merged 1 commit into
mainfrom
improve-zsh-aliases

Conversation

@kael-dev-bot

@kael-dev-bot kael-dev-bot Bot commented Aug 4, 2026

Copy link
Copy Markdown

Hello! I've reviewed your zsh aliases and made several improvements based on best practices:

  1. Enhanced the update alias to include brew update and brew cleanup for more comprehensive system updates
  2. Added multi-level directory navigation aliases (... for parent directory, .... for grandparent directory)
  3. Added safety flag to the rm command with interactive prompts to prevent accidental deletions
  4. Added common Git shortcuts (gs for status, ga for add, gm for commit, gp for push)
  5. Added system monitoring aliases (df, du, ps) with human-readable output
  6. Added a networking utility alias (ports) for viewing active connections

These changes should make your terminal experience more efficient while adding some safety measures. Please review and let me know if you'd like any adjustments!

- Enhanced update alias to include brew cleanup
- Added multi-level directory navigation aliases (..., ....)
- Added safety flag to rm command
- Added common Git shortcuts (gs, ga, gm, gp)
- Added system monitoring aliases (df, du, ps)
- Added networking utility alias (ports)
@unitz007
unitz007 merged commit 2bd41e6 into main Aug 4, 2026
4 checks passed
@unitz007
unitz007 deleted the improve-zsh-aliases branch August 4, 2026 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant