first draft of taskfile clean

This commit is contained in:
USER
2025-10-21 22:24:07 +01:00
parent e77def4e91
commit 224150f2e1

View File

@ -0,0 +1,13 @@
# https://taskfile.dev
version: '3'
tasks:
updatebash:
cmds:
- cmd: (cp /zz/zShared/shared/bashrc ~/.bashrc)
ignore_error: true
- cmd: (cp /zz/zShared/shared/bash_logout ~/.bash_logout)
ignore_error: true
- cmd: (cp /zz/zShared/shared/bash_profile ~/.bash_profile)
ignore_error: true