Using an alias and shell function
21 Jul 2024
6 min read
On this page
- Shell Aliases
- Creating Aliases
- Persistent Aliases
- Creating Alias Alternatives with Shell Functions
- Example: Complex Command Chain
- Step-by-Step Guide
- Define the Shell Function
- Add the Function to Your Shell Configuration File
- Reload the Shell Configuration
- Use the Function
- Combining Aliases and Functions
- Getting details of the alias or function
- Summary
Tags:
Related Articles
Illustations of working with Git Submodule
How to work with different scenarios while working with Git Submodules
Read article
How to work with Git Submodules
Various scenarios are covered to give a complete overview of Git Submodules
Read article
The ABCDE Of Agent-Driven Development
A five-skill todo lifecycle for Claude Code — Add, Brainstorm, Code, Deliver, Explore — that carries a one-line idea to a reviewed, merged PR without letting a fire-and-forget agent make silent choices. A full tour of every stage and every pillar underneath.
Read article