From 43644e6e8051863520238ae609559b22d29444ed Mon Sep 17 00:00:00 2001 From: maudin Date: Wed, 22 Aug 2018 12:59:44 +0200 Subject: [PATCH] add default-path function --- hybris.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/hybris.zsh b/hybris.zsh index 8b01633..be32679 100644 --- a/hybris.zsh +++ b/hybris.zsh @@ -17,6 +17,7 @@ loop() {while [ 1 ]; do sh -c "$@"; done} 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} +default-path() {echo "default_path = '$PWD'" | awesome-client} # Usefull bindings bindkey "^[Od" backward-word