Skip to content

Instantly share code, notes, and snippets.

@hurricup
Created December 14, 2022 03:35
Show Gist options
  • Save hurricup/d05bde6f942e335dce50f8008bc57caa to your computer and use it in GitHub Desktop.
Save hurricup/d05bde6f942e335dce50f8008bc57caa to your computer and use it in GitHub Desktop.
# some more ls aliases
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
bind '"\e[A":history-search-backward'
bind '"\e[B":history-search-forward'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment