From fba0a6cd42aea152e5da0024eb7e7c1d11f1a214 Mon Sep 17 00:00:00 2001 From: maudin Date: Tue, 26 Mar 2019 16:51:50 +0100 Subject: [PATCH] fix default behaviour --- hybris.zsh | 2 +- zshrc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hybris.zsh b/hybris.zsh index 9511c42..dafe68c 100644 --- a/hybris.zsh +++ b/hybris.zsh @@ -10,7 +10,7 @@ cless() {for a in $@; do ccat $a | less; done} dchroot() {docker run --rm --privileged -ti $@ debian:stretch /bin/bash} dontknow() {echo -n "¯\\_(ツ)_/¯" | xclip} e() {emacsclient -n $@ > /dev/null 2>&1} -fd() {fdfind $@} +fd() {fdfind -H -I -L $@} j() {if [ $# -eq 0 ]; then marks; else jump $@; fi} loop() {while [ 1 ]; do sh -c "$@"; done} open_ports() {sudo netstat -tulpen 2> /dev/null | grep "LISTEN"} diff --git a/zshrc b/zshrc index e453320..09a3e54 100644 --- a/zshrc +++ b/zshrc @@ -21,7 +21,6 @@ if ! zgen saved; then zgen oh-my-zsh plugins/colored-man-pages zgen oh-my-zsh plugins/colorize zgen oh-my-zsh plugins/extract - zgen oh-my-zsh plugins/fd zgen oh-my-zsh plugins/git zgen oh-my-zsh plugins/jump zgen oh-my-zsh plugins/keychain