Skip to content

Commit

Permalink
feat(fish): add abbreviation for yazi
Browse files Browse the repository at this point in the history
Added a new abbreviation 'yz' for yazi in the fish shell configuration.
This improves efficiency by allowing quicker access to yazi.
  • Loading branch information
ryoppippi committed Jan 18, 2025
1 parent cf9f424 commit ba26598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fish/config/abbrs_aliases.fish
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ abbr -a vc 'code (pwd)'
abbr -a jn 'jupyter notebook'
abbr -a jl 'jupyter lab'
abbr -a py python
abbr -a yz yazi

# docker
abbr -a do docker container
Expand Down

0 comments on commit ba26598

Please sign in to comment.