Created
December 14, 2022 03:35
-
-
Save hurricup/d05bde6f942e335dce50f8008bc57caa 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
# 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