From be0b59a9e1d1f0d9eed4793b2759211e33ec9503 Mon Sep 17 00:00:00 2001 From: Mike Dacre Date: Sun, 31 Aug 2014 21:51:42 -0700 Subject: [PATCH] Removed testing code --- plugins/cdbk/cdbk.plugin.zsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/cdbk/cdbk.plugin.zsh b/plugins/cdbk/cdbk.plugin.zsh index 701c0393..6650b064 100644 --- a/plugins/cdbk/cdbk.plugin.zsh +++ b/plugins/cdbk/cdbk.plugin.zsh @@ -1,5 +1,5 @@ # cdbk.plugin.zsh (cd bookmarking for zsh) -# Last modified: 2014-08-31 21:25 +# Last modified: 2014-08-31 21:51 # Define location of bookmark file and source it every time this file is sourced ZSH_BOOKMARKS="$HOME/.zshbookmarks"; @@ -13,7 +13,7 @@ fi # ---------------------- # Main Function # ---------------------- -function cdbk1 () { +function cdbk () { source $ZSH_BOOKMARKS; # Create local variables for function and global bkmk functions @@ -21,7 +21,7 @@ function cdbk1 () { local BKMKPATH; local MYPATH; CURBKMKS=(`grep -e "^hash -d" $ZSH_BOOKMARKS | sed 's#hash -d ##' | sed 's#=\(.*\)# \1#'`) - GLBLBKMKS=(`grep -e "^ *hash -d" $HOME/.zshrc1 | sed 's#hash -d ##' | sed 's#=\(.*\)# \1#'`) + GLBLBKMKS=(`grep -e "^ *hash -d" $HOME/.zshrc | sed 's#hash -d ##' | sed 's#=\(.*\)# \1#'`) # Define usage local USAGE="-------------------------------------------------------------------------------