Your Latest Workflow Improvement - Desktop Customization & Workflow
Users browsing this thread: 13 Guest(s)
|
|||
This may be tiny but still very useful to me:
ted = terminal editor Code: #!/bin/sh tedw = terminal editor $(which) Code: #!/bin/sh cdw = cd $(which) Code: cdw() { filew = file $(which) Code: filew() { I have a ton of more scripts for handling my media, backups, documents and more. I've automated most of the things that can be automated except my PLA (plain-text accounting), which I find better to do manually because I can be more specific. |
|||