Skip to content

Instantly share code, notes, and snippets.

@mansouryaacoubi
Last active February 23, 2020 11:57
Show Gist options
  • Save mansouryaacoubi/e3454417d57858dec9273e5503132670 to your computer and use it in GitHub Desktop.
Save mansouryaacoubi/e3454417d57858dec9273e5503132670 to your computer and use it in GitHub Desktop.
Default bash aliases for Raspberry Pi
alias cls=clear
alias c=clear
alias x=exit
alias l='ls -lisah'
alias ld='du -h | sort -nr | head -n 10' # large directories
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment