add simple 'docker-chroot' alias
This commit is contained in:
parent
7bc3be5fe9
commit
5cadc8c8a5
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ open_ports() {sudo netstat -tulpen 2> /dev/null | grep "LISTEN"}
|
|||
r() {if [ $# -eq 1 ]; then ssh root@$1; else sudo su -; fi}
|
||||
dontknow() {echo -n "¯\\_(ツ)_/¯" | xclip}
|
||||
def() {echo "default_path = '$PWD'" | awesome-client}
|
||||
dchroot() {docker run --rm --privileged -ti $@ debian:stretch /bin/bash}
|
||||
|
||||
# Usefull bindings
|
||||
bindkey "^[Od" backward-word
|
||||
|
|
|
|||
Loading…
Reference in a new issue