path mistake
This commit is contained in:
parent
5e62be50b9
commit
ad81172a9f
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@
|
|||
name=$(cut -d '-' -f 1 $HOME/Documents/bookmarks | grep -v '^#' | sed '/^\s*$/d' | dmenu -i -p "Site:")
|
||||
[ -z "$name" ] && exit
|
||||
|
||||
grep "$name" ~/.config/bookmarks | cut -d '-' -f 2- | xsel -ib && notify-send " Bookmarks" "'$name' copied to clipboard"
|
||||
grep "$name" $HOME/Documents/bookmarks | cut -d '-' -f 2- | xsel -ib && notify-send " Bookmarks" "'$name' copied to clipboard"
|
||||
|
|
Loading…
Reference in a new issue