conflict with colorize
This commit is contained in:
parent
74e4d26a5f
commit
462b2a547b
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue