fixed scwd
This commit is contained in:
parent
f31c6ba404
commit
205a74bb50
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Reference in a new issue