aboutsummaryrefslogtreecommitdiff
path: root/bindings.bb
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-10-02 13:41:19 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-10-02 13:41:19 -0700
commit95047f54e7ef610f615ee9784a58b7d6893cf02a (patch)
treea946ba42ce3fe0be6e2f16b6c1b5f001d718e12e /bindings.bb
parent0d3d80b94d1d9152240eef4670b0540cbafda9d4 (diff)
Removed unnecessary /dev/tty redirect
Diffstat (limited to 'bindings.bb')
-rw-r--r--bindings.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings.bb b/bindings.bb
index 0cd6f4f..b98021f 100644
--- a/bindings.bb
+++ b/bindings.bb
@@ -128,7 +128,7 @@ p: # Page through a file with $PAGER
:: # Run a command
ask cmd ':' && sh -c "$BBSHELLFUNC$cmd" -- "$@"; bb +r; pause
>: # Open a shell
- tput rmcup >/dev/tty; $SHELL; bb +r
+ tput rmcup; $SHELL; bb +r
r,F2: # Rename a file
ask newname "Rename \033[33m$(basename "$BBCURSOR")\033[39m: " "$(basename "$BBCURSOR")" || exit
r="$(dirname "$BBCURSOR")/$newname" || exit