-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to use ogham / exa for ls_with_file_shortcuts as ll_command #308
Comments
I have SCM Breeze’s alias l='exa -lgF --icons'
alias ll='l' |
scm_breeze does a good job of creating shortcuts. I don't want to lose that ability. |
It's been a while but since i have landed here and maybe others will too, my solution for using 'exa' and maintain the scm_breeze is to edit the ".scm_breeze/lib/git/shell_shortcuts.sh". Replace the definition of the ll_command in the ls_with_file_shortcuts function and adapt the arguments (some are not needed) because they are not one to one. |
I gave that a try, but it doesn't work. I'm actually using 'eza', a fork of 'exa', but it should be the same. |
https://github.com/ogham/exa is a
ls
replacement written in rust and pretty prints output. I was wondering if we can configurels_with_file_shortcuts
to use exa asll_command
.lib/git/shell_shortcuts.sh - is the file
The text was updated successfully, but these errors were encountered: