DEV Community

Discussion on: What are your CLI go to commands and aliases?

Collapse
 
vignesh0025 profile image
Vignesh D

alias c=clear
alias b=cd..
alias zshrc='vim. zshrc && source ~/. zshrc'

alias ypx='yarn run'

Collapse
 
ballpointcarrot profile image
Christopher Kruse

FYI, you can use Ctrl+L in most shells to handle screen clearing, and would allow you to free up 'c' for another action. Also doesn't require an enter key press!