mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
check for z
This commit is contained in:
parent
0fcb0f23fe
commit
c68c2d57f3
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ function trash() {
|
||||||
dd status=none if=/dev/random bs=1 count="$1"
|
dd status=none if=/dev/random bs=1 count="$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
. ~/sh/z/z.sh
|
[ -e ~/sh/z/z.sh ] && . ~/sh/z/z.sh
|
||||||
|
|
||||||
# awful things
|
# awful things
|
||||||
# i should really write a ladspa plugin that does this all at once and
|
# i should really write a ladspa plugin that does this all at once and
|
||||||
|
|
Loading…
Add table
Reference in a new issue