Skip to content

Instantly share code, notes, and snippets.

@abhijitmamarde
Last active May 9, 2023 04:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhijitmamarde/a41253bc93ec826d7a2eb633e8bee968 to your computer and use it in GitHub Desktop.
Save abhijitmamarde/a41253bc93ec826d7a2eb633e8bee968 to your computer and use it in GitHub Desktop.
bash aliases
alias via="vi ~/.bash_aliases"
alias reload=". ~/.bash_aliases"
alias c="clear"
alias cls="clear"
alias lk="ls -lrta"
alias pp="pwd"
echo "Aliases Set"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment