mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-26 14:36:31 +00:00
Remove builtin from abbr
This commit is contained in:
parent
991cb0a144
commit
e9d5af3f95
@ -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 New Issue
Block a user