From 7a286f72e9c58756209f3cc87bb4524b19dc4720 Mon Sep 17 00:00:00 2001 From: maudin Date: Thu, 30 Aug 2018 15:11:21 +0200 Subject: [PATCH] better alias --- hybris.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hybris.zsh b/hybris.zsh index be32679..a2f8188 100644 --- a/hybris.zsh +++ b/hybris.zsh @@ -17,7 +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} +d() {echo "default_path = '$PWD'" | awesome-client} # Usefull bindings bindkey "^[Od" backward-word