mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
name change to 'zshmarks' to better represent that this comes from 'bash marks'
added a new function to manually edit the ~/.bookmarks file, using whatever $EDITOR the use has registered
This commit is contained in:
parent
820a027d47
commit
c103b091d4
3 changed files with 27 additions and 22 deletions
4
plugins/zshmarks/_go
Normal file
4
plugins/zshmarks/_go
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#compdef go
|
||||
#autoload
|
||||
|
||||
_arguments "1: :(`grep "|" $HOME/.bookmarks | cut -d\| -f2`)"
|
||||
Loading…
Add table
Add a link
Reference in a new issue