mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Reformatted code to be stylistically consistent
This commit is contained in:
parent
0939b88a82
commit
a78d112a7f
1 changed files with 2 additions and 2 deletions
4
omz
4
omz
|
|
@ -15,7 +15,7 @@ omz() {
|
|||
# add plugins to fpath
|
||||
for plugin ($plugins); do
|
||||
files=({$OMZ,$ZSH}/plugins/$plugin)
|
||||
fpath=($files[1] $fpath)
|
||||
fpath=($files[1] $fpath)
|
||||
done
|
||||
|
||||
# Load and run compinit
|
||||
|
|
@ -46,4 +46,4 @@ omz() {
|
|||
esac
|
||||
}
|
||||
|
||||
# vi: ft=zsh
|
||||
# vi: ft=zsh sw=2 tb=2 et
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue