mirror of
https://github.com/Hopiu/zoxide.git
synced 2026-03-16 22:20:32 +00:00
Remove builtin from abbr
This commit is contained in:
parent
991cb0a144
commit
e9d5af3f95
1 changed files with 2 additions and 2 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue