diff --git a/hybris.zsh b/hybris.zsh index 62407b3..ac0f4d6 100644 --- a/hybris.zsh +++ b/hybris.zsh @@ -9,7 +9,7 @@ unsetopt share_history # Everyday aliases catwhich() {echo "\e[35mPath: $(which $1)\n\e[39m"; cat $(which $1)} -cless() {for a in $@; do ccat $a | less; done} +colorixe() {for a in $@; do ccat $a | less; done} dchroot() {docker run --rm --privileged -ti $@ debian:stretch /bin/bash} dontknow() {echo -n "¯\\_(ツ)_/¯" | xclip} dualscreen() {[ $# -eq 1 ] && xrandr --auto && xrandr --output $1 --primary --output eDP1 --left-of $1}