Created
April 19, 2023 18:32
-
-
Save sk22/70280269c9abd44e1cb0a1290f3b4c84 to your computer and use it in GitHub Desktop.
sl alias for ls
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
# ... | |
function sl { echo -ne '\033[1A'; echo ${(%%)PS1}ls; ls } | |
# ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment