added bin to path and fixed scripts

This commit is contained in:
Moritz Böhme 2021-10-06 17:37:15 +02:00
parent 7ad9eb5726
commit 42208d0029
7 changed files with 18 additions and 58 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
awk '/^[a-z]/ && last {print "<small>",$0,"\t",last,"</small>"} {last=""} /^#/{last=$0}' ~/.config/sxhkd/sxhkdrc |
column -t -s $'\t' |