1
0
Fork 0

conflict with colorize

This commit is contained in:
Maurice Audin 2019-04-24 10:09:50 +02:00
parent 74e4d26a5f
commit 462b2a547b

View file

@ -9,7 +9,7 @@ unsetopt share_history
# Everyday aliases # Everyday aliases
catwhich() {echo "\e[35mPath: $(which $1)\n\e[39m"; cat $(which $1)} 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} dchroot() {docker run --rm --privileged -ti $@ debian:stretch /bin/bash}
dontknow() {echo -n "¯\\_(ツ)_/¯" | xclip} dontknow() {echo -n "¯\\_(ツ)_/¯" | xclip}
dualscreen() {[ $# -eq 1 ] && xrandr --auto && xrandr --output $1 --primary --output eDP1 --left-of $1} dualscreen() {[ $# -eq 1 ] && xrandr --auto && xrandr --output $1 --primary --output eDP1 --left-of $1}