Skip to content

Commit

Permalink
Remove builtin from abbr
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeetdsouza committed Sep 19, 2024
1 parent 991cb0a commit e9d5af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/fish.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ end
{%- match cmd %}
{%- when Some with (cmd) %}

builtin abbr --erase {{cmd}} &>/dev/null
abbr --erase {{cmd}} &>/dev/null
alias {{cmd}}=__zoxide_z

builtin abbr --erase {{cmd}}i &>/dev/null
abbr --erase {{cmd}}i &>/dev/null
alias {{cmd}}i=__zoxide_zi

{%- when None %}
Expand Down

0 comments on commit e9d5af3

Please sign in to comment.