Skip to content

Instantly share code, notes, and snippets.

@richjenks
Last active March 21, 2025 11:42
Show Gist options
  • Save richjenks/a45e474ff9ba5cbb1d10c3b3efdc3c04 to your computer and use it in GitHub Desktop.
Save richjenks/a45e474ff9ba5cbb1d10c3b3efdc3c04 to your computer and use it in GitHub Desktop.
# ~/.bas_aliases
alias l="ls -alhgc"
alias update="sudo apt-get update && sudo apt-get upgrade"
alias apache="sudo service apache2"
alias google-chrome="google-chrome-stable"
alias glog="git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit -n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment