aboutsummaryrefslogtreecommitdiff
path: root/shellrc.d
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-11-29 13:25:51 +0100
committerKarel Kočí <karel.koci@nic.cz>2018-11-29 13:25:51 +0100
commit4e85ef3935abdb1bf9c32ddc6cfb4703d9140daa (patch)
treebbccf2e772e657381063ea85602d8189e8778f69 /shellrc.d
parentf7030d565f5cb492c7c8977fed7aff2412a88b0c (diff)
downloadshellrc-4e85ef3935abdb1bf9c32ddc6cfb4703d9140daa.tar.gz
shellrc-4e85ef3935abdb1bf9c32ddc6cfb4703d9140daa.tar.bz2
shellrc-4e85ef3935abdb1bf9c32ddc6cfb4703d9140daa.zip
functions: drop chroot-bashv0.7
Do I really need this? I don't think so.
Diffstat (limited to 'shellrc.d')
-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.