diff options
Diffstat (limited to 'system/.profile')
-rw-r--r-- | system/.profile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/.profile b/system/.profile index fd8e67f..9c86c79 100644 --- a/system/.profile +++ b/system/.profile @@ -31,6 +31,16 @@ cpmq() { fi } +abcclean() { + find \ + /opt/clean/lib \ + ~/VersionControl/{iTasks-SDK,clean-platform,abc-interpreter} \ + . \ + -name '*.abc' \ + -not -name '_system.abc' \ + -exec rm -v {} \; +} + shopt -s globstar [ "$(tty)" = "/dev/tty1" ] && exec startx |