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

This commit is contained in:
punkfairie 2024-04-18 18:28:27 -07:00
parent 2494b9b2c0
commit bab7ebb524
No known key found for this signature in database
GPG key ID: 284B78B49C058673

View file

@ -36,10 +36,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"