Skip to content

Commit e9d5af3

Browse files
committed
Remove builtin from abbr
1 parent 991cb0a commit e9d5af3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/fish.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ end
112112
{%- match cmd %}
113113
{%- when Some with (cmd) %}
114114

115-
builtin abbr --erase {{cmd}} &>/dev/null
115+
abbr --erase {{cmd}} &>/dev/null
116116
alias {{cmd}}=__zoxide_z
117117

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

121121
{%- when None %}

0 commit comments

Comments
 (0)