aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shellrc.d/function5
1 files changed, 0 insertions, 5 deletions
diff --git a/shellrc.d/function b/shellrc.d/function
index cb316b4..37313b2 100644
--- a/shellrc.d/function
+++ b/shellrc.d/function
@@ -37,11 +37,6 @@ sshclear() {
mkdir -p ~/.cache/ssh
}
-# Chroot to bash to given path
-chroot-bash() {
- sudo chroot "$1" /bin/bash
-}
-
# Run command with inotifywait
# First argument has to be files then -- is expected and everything else
# is command to be executed when file changes.