Skip to content

Commit

Permalink
Update bookmark.plugin.zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
calmzhu authored Jan 17, 2024
1 parent 3f43f73 commit 9675d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookmark/bookmark.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set_bookmark(){

local bookmark_dir=~/.bookmarks
[[ -d $bookmark_dir ]] || mkdir -p [[ $bookmark_dir ]]
[[ -d "$bookmark_dir" ]] || mkdir -p "$bookmark_dir"

if [[ ! -z "$1" ]];then
# User assigned session
Expand Down

0 comments on commit 9675d79

Please sign in to comment.