Skip to content

Instantly share code, notes, and snippets.

@Big-al
Created August 20, 2021 19:04
Show Gist options
  • Save Big-al/e4cc4920fdc67103cbf920690320bf05 to your computer and use it in GitHub Desktop.
Save Big-al/e4cc4920fdc67103cbf920690320bf05 to your computer and use it in GitHub Desktop.
Default Alias. Updated whenever I have gotten tired of making a spelling mistake..
# Idiot alias
alias sl=ls \
alias æs=ls \
alias grpe=grep \
alias gerp=grep \
alias gti='/usr/local/bin/git' \
# Smart alias
alias l="tree --dirsfirst -ChFL 1" \
alias l2="tree --dirsfirst -ChFL 2" \
alias l3="tree --dirsfirst -ChFL 3" \
alias l4="tree --dirsfirst -ChFL 4" \
alias l5="tree --dirsfirst -ChFL 5" \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment