From 4e85ef3935abdb1bf9c32ddc6cfb4703d9140daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 29 Nov 2018 13:25:51 +0100 Subject: functions: drop chroot-bash Do I really need this? I don't think so. --- shellrc.d/function | 5 ----- 1 file changed, 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. -- cgit v1.2.3