previously this was just shell (hence the name), didn't want another repo for snippets
All credit for the repo name goes to maxestorr
Displays language if declared (& gives them a cleaner look)
Credit: gk
Replaces the role outlines with a background
Credit: gk
Credit: gk
Credit: viz
Credit: gk
Credit: BanchouBoo
requires colorpicker & for your notification daemon to support pango markup
Credit: gk
Credit: turquoise-hexagon
Credit: MCotocel
Credit: MCotocel
Credit: Mcotocel
man -k . | awk '{print $1}' | shuf -n 1 | xargs man
Credit: paradox
curl -Ls https://source.unsplash.com/random/3840x2160 -o image.jpg
Instead of typing cd dir
you can just type dir
.
If a command exists with the name dir
it will run that instead of cd.
You can force it to go into the dir by typing dir/
.
bash:
shopt -s autocd
zsh:
setopt auto_cd
Option 1 Credit: MitchWeaver
Note: Remeber to add -pix_fmt yuv420p
after -i ${DISPLAY:=:0.0}+${1},${2}
to have videos work on all platforms correctly.