DEV Community

Discussion on: What do you use aliases for in terminal?

Collapse
 
okcharlo profile image
okCharlo

Hey yo !

Glad the alias list I shared is helpful to a few :)

To try to keep it organised, I split aliases by concern.
This is an excerpt of my .zshrc (it's like .bashrc):

echo "\U1F608" " ZSHRC loaded"

# Add .profile_scripts/.general
source ~/.profile_scripts/.general

# Add .profile_scripts/.git
source ~/.profile_scripts/.git

# Add .profile_scripts/.docker
source ~/.profile_scripts/.docker

# Add .profile_scripts/.projects
source ~/.profile_scripts/.projects

cheers