fixed scwd
This commit is contained in:
parent
f31c6ba404
commit
205a74bb50
|
@ -122,7 +122,7 @@ if [ -t 0 ]; then
|
||||||
echo "$PWD" > "$DOTFILES_PATH/cwd$addon.tmp"
|
echo "$PWD" > "$DOTFILES_PATH/cwd$addon.tmp"
|
||||||
}
|
}
|
||||||
export -f scwd
|
export -f scwd
|
||||||
bind '"\C-s"':"@\"scwd\C-m\""
|
bind '"\C-s"':"\"scwd\C-m\""
|
||||||
|
|
||||||
# go to the saved current directory
|
# go to the saved current directory
|
||||||
gcwd() {
|
gcwd() {
|
||||||
|
|
Reference in a new issue