diff options
author | Camil Staps | 2019-06-03 22:34:50 +0200 |
---|---|---|
committer | Camil Staps | 2019-06-03 22:34:50 +0200 |
commit | b80ca57c82ad8f5973e4e49ba5b981dc11d5d4b9 (patch) | |
tree | c723417298e691c30fb51fe5060c912b2574ed58 /system/.profile | |
parent | record-webcam: use date as file name (diff) |
Move ~/VersionControl to ~/projects; add clean subdirectory for better overview
Diffstat (limited to 'system/.profile')
-rw-r--r-- | system/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/.profile b/system/.profile index 9c86c79..a50aa68 100644 --- a/system/.profile +++ b/system/.profile @@ -34,7 +34,7 @@ cpmq() { abcclean() { find \ /opt/clean/lib \ - ~/VersionControl/{iTasks-SDK,clean-platform,abc-interpreter} \ + ~/projects/clean/{iTasks-SDK,platform,abc-interpreter} \ . \ -name '*.abc' \ -not -name '_system.abc' \ |