DEV Community

Discussion on: What are your most used aliases?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

gi -- function gi() { curl -sLw n https://www.gitignore.io/api/$@ ;}

alias ..='cd ..'
alias ...='cd ../..'

These are just natural in zsh. I also use cd -. (I've just noticed that I can use simply - as well.)

Collapse
 
gillarohith profile image
Rohith Gilla

Awesome 😎