This commit is contained in:
USER
2025-04-03 20:42:24 +01:00
parent 0f8cf2c787
commit d18de5e670
2 changed files with 5 additions and 14 deletions

View File

@ -1,14 +0,0 @@
# https://taskfile.dev
version: '3'
tasks:
updatebash:
cmds:
- echo "-----{{.MYHOST}} /zz/zShared/taskfiles/UtilBash.yml"
- 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