Skip to content

Instantly share code, notes, and snippets.

@arose13
Created December 8, 2021 21:59
Show Gist options
  • Save arose13/e6d3abcf83737c3c6f4ecf737250776d to your computer and use it in GitHub Desktop.
Save arose13/e6d3abcf83737c3c6f4ecf737250776d to your computer and use it in GitHub Desktop.
# >>> 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