mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Added folders plugin for easy accessing useful folders
This commit is contained in:
parent
3ba29c2656
commit
1f0ed96240
2 changed files with 8 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