Shell Aliases

Suggest useful shell aliases and explain where to put them. Use when the user wants to streamline their command line.

rtwsvj c4ce1cb 454 B Updated

File contents

Shell Aliases

Add aliases like these to your ~/.zshrc, then open a new shell:

alias gs="git status"
alias gl="git log --oneline"
alias ll="ls -la"

This skill only suggests aliases for you to add yourself; it never modifies your startup files or agent configuration on its own.

rtwsvj/skill-switch/tree/main/tests/fixtures/skills-benign/shell-aliases commit c4ce1cbf69

Frequently asked questions

npx skillmds@latest add rtwsvj/shell-aliases