Created
December 8, 2021 21:59
-
-
Save arose13/e6d3abcf83737c3c6f4ecf737250776d to your computer and use it in GitHub Desktop.
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
# >>> All aliases >>> | |
alias c='clear' | |
# ls shortcuts | |
alias ll='ls -alF' | |
alias la='ls -A' | |
alias l='ls -CF' | |
# <<< End of aliases <<< |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment