mirror of
https://github.com/notwa/rc
synced 2024-11-05 01:19:06 -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"
|
||||
}
|
||||
|
||||
. ~/sh/z/z.sh
|
||||
[ -e ~/sh/z/z.sh ] && . ~/sh/z/z.sh
|
||||
|
||||
# awful things
|
||||
# i should really write a ladspa plugin that does this all at once and
|
||||
|
|
Loading…
Reference in a new issue