mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge 1f0ed96240 into 291e96dcd0
This commit is contained in:
commit
9f392934ed
3 changed files with 23 additions and 0 deletions
5
plugins/folders/_folders
Normal file
5
plugins/folders/_folders
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#compdef c
|
||||
_files -W ~/code -/
|
||||
|
||||
#compdef h
|
||||
_files -W ~ -/
|
||||
3
plugins/folders/folders.plugin.zsh
Normal file
3
plugins/folders/folders.plugin.zsh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fpath=($ZSH/plugins/folders $fpath)
|
||||
autoload -U compinit
|
||||
compinit -i
|
||||
Loading…
Add table
Add a link
Reference in a new issue