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"