File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 39
39
2. Add the plugin to the list of plugins for Oh My Zsh to load (inside ` ~/.zshrc` ):
40
40
41
41
` ` ` sh
42
- plugins=(
42
+ plugins=(
43
43
# other plugins...
44
44
zsh-autosuggestions
45
45
)
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ _zsh_autosuggest_bind_widget() {
63
63
_zsh_autosuggest_bind_widgets () {
64
64
emulate -L zsh
65
65
66
- local widget
66
+ local widget
67
67
local ignore_widgets
68
68
69
69
ignore_widgets=(
Original file line number Diff line number Diff line change 3
3
# v0.7.0
4
4
# Copyright (c) 2013 Thiago de Arruda
5
5
# Copyright (c) 2016-2021 Eric Freese
6
- #
6
+ #
7
7
# Permission is hereby granted, free of charge, to any person
8
8
# obtaining a copy of this software and associated documentation
9
9
# files (the "Software"), to deal in the Software without
12
12
# copies of the Software, and to permit persons to whom the
13
13
# Software is furnished to do so, subject to the following
14
14
# conditions:
15
- #
15
+ #
16
16
# The above copyright notice and this permission notice shall be
17
17
# included in all copies or substantial portions of the Software.
18
- #
18
+ #
19
19
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20
20
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
21
21
# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
@@ -193,7 +193,7 @@ _zsh_autosuggest_bind_widget() {
193
193
_zsh_autosuggest_bind_widgets () {
194
194
emulate -L zsh
195
195
196
- local widget
196
+ local widget
197
197
local ignore_widgets
198
198
199
199
ignore_widgets=(
You can’t perform that action at this time.
0 commit comments