DEV Community

Discussion on: What are your preferred bash aliases?

Collapse
 
oinak profile image
Oinak

.. is cd ..
e is $EDITOR (gvim on Linux, mvim on Mac)
e. is e . to open $EDITOR on the current folder
g is git and I use git aliases ci co pus pul for sub-commands
dk is docker and dc is docker-compose
And we have a rich bin folder on each project with specific scripts like bin/qa_deploy_branch etc