Created
August 20, 2021 19:04
-
-
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..
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
# 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