mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-26 22:46:28 +00:00
Remove builtin from abbr
This commit is contained in:
parent
991cb0a144
commit
e9d5af3f95
@ -112,10 +112,10 @@ end
|
|||||||
{%- match cmd %}
|
{%- match cmd %}
|
||||||
{%- when Some with (cmd) %}
|
{%- when Some with (cmd) %}
|
||||||
|
|
||||||
builtin abbr --erase {{cmd}} &>/dev/null
|
abbr --erase {{cmd}} &>/dev/null
|
||||||
alias {{cmd}}=__zoxide_z
|
alias {{cmd}}=__zoxide_z
|
||||||
|
|
||||||
builtin abbr --erase {{cmd}}i &>/dev/null
|
abbr --erase {{cmd}}i &>/dev/null
|
||||||
alias {{cmd}}i=__zoxide_zi
|
alias {{cmd}}i=__zoxide_zi
|
||||||
|
|
||||||
{%- when None %}
|
{%- when None %}
|
||||||
|
Loading…
Reference in New Issue
Block a user