From 205a74bb509183f5cd1f63f5b660865ebd238ad5 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 15 Jul 2016 12:20:05 -0500 Subject: [PATCH] fixed scwd --- sh/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/bashrc b/sh/bashrc index 9c5dba7..fa75ec1 100644 --- a/sh/bashrc +++ b/sh/bashrc @@ -122,7 +122,7 @@ if [ -t 0 ]; then echo "$PWD" > "$DOTFILES_PATH/cwd$addon.tmp" } export -f scwd - bind '"\C-s"':"@\"scwd\C-m\"" + bind '"\C-s"':"\"scwd\C-m\"" # go to the saved current directory gcwd() {