Skip to content

Instantly share code, notes, and snippets.

@ghosh
Last active October 30, 2024 09:16
Show Gist options
  • Save ghosh/c611d73790aac1dfd94bc2f9b9506597 to your computer and use it in GitHub Desktop.
Save ghosh/c611d73790aac1dfd94bc2f9b9506597 to your computer and use it in GitHub Desktop.
Default bash aliases for Raspberry Pi
alias c="clear"
alias ~="cd ~"
alias ..="cd .."
alias ls="ls -a"
alias bashreload="source $HOME/.bashrc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment