Last active
March 21, 2025 11:42
-
-
Save richjenks/a45e474ff9ba5cbb1d10c3b3efdc3c04 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.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