This file contains 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
# General | |
alias ll='ls -alF' | |
# Git | |
alias gitl='git log --pretty=oneline' | |
alias gitll="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cD) %C(bold blue)<%an>%Creset' --abbrev-commi> | |
alias gitlp='git log -p' | |
# Remove orphan packages in Manjaro/Arch | |
alias orphan='sudo pacman -Qtdq | sudo pacman -Rns -' |