Skip to content

Angstromico/my-personal-bash-aliases

Repository files navigation

🛠️ My Personal Shell Aliases

This repository is a collection of my personal Shell functions and aliases that help streamline my development workflow. It includes utilities for Git, Python, Docker, Java, PHP, and more.

📌 Why This Repo Exists

This project started as a way to keep track of my most used commands and automate repetitive tasks. As I continue to refine my workflow, I’ll be uploading new aliases and functions here.

📂 Documentation

Detailed documentation for each category of aliases and functions can be found in the docs/ folder:

🚀 Getting Started

To use these aliases, you can source the files in your .bashrc or .zshrc:

# Example: Source all .sh files in the repository
for file in ~/path/to/Bash-Aliases/*.sh; do
    source "$file"
done

After updating your configuration file, reload your shell:

source ~/.bashrc # or source ~/.zshrc

🐠 Fish Shell Support

Fish makes it extremely easy to create your own permanent terminal commands. See the XAMPP docs or PHP docs for examples of Fish-specific functions.

Every file inside ~/.config/fish/functions/ automatically becomes a command:

  • File name = command name
  • File contents = function code

Stay tuned for more updates!

About

A repo for my custom aliases and functions on shell

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages