Update .config/fish/conf.d/20-aliases.fish

This commit is contained in:
punkfairie 2024-04-27 19:22:41 -07:00
parent 337f6a92df
commit c9d2b6eee3
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -43,10 +43,6 @@ abbr -a _edit_txt --position command --regex ".+\.txt" --function _edit_txt_func
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
abbr -a L --position anywhere --set-cursor "% | less"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Default command options.
abbr -a cp --position command "cp -iv"