From c9d2b6eee35f94844faeb154405db9461769e25c Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sat, 27 Apr 2024 19:22:41 -0700 Subject: [PATCH] Update .config/fish/conf.d/20-aliases.fish --- dot_config/fish/conf.d/20-aliases.fish | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dot_config/fish/conf.d/20-aliases.fish b/dot_config/fish/conf.d/20-aliases.fish index fc258b9..718a4fe 100644 --- a/dot_config/fish/conf.d/20-aliases.fish +++ b/dot_config/fish/conf.d/20-aliases.fish @@ -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"