Skip to content

Instantly share code, notes, and snippets.

@sk22
Created April 19, 2023 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sk22/70280269c9abd44e1cb0a1290f3b4c84 to your computer and use it in GitHub Desktop.
Save sk22/70280269c9abd44e1cb0a1290f3b4c84 to your computer and use it in GitHub Desktop.
sl alias for ls
# ...
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