fixed scwd

This commit is contained in:
Daniel Flanagan 2016-07-15 12:20:05 -05:00
parent f31c6ba404
commit 205a74bb50

View file

@ -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() {